Searched defs:nfs_open_context (Results 1 – 1 of 1) sorted by relevance
86 struct nfs_open_context { struct87 struct nfs_lock_context lock_context;88 struct dentry *dentry;89 struct rpc_cred *cred;90 struct nfs4_state *state;91 fmode_t mode;93 unsigned long flags;95 int error;97 struct list_head list;