Searched defs:nfs_open_context (Results 1 – 1 of 1) sorted by relevance
93 struct nfs_open_context { struct94 struct nfs_lock_context lock_context;95 struct dentry *dentry;96 struct rpc_cred *cred;97 struct nfs4_state *state;98 fmode_t mode;100 unsigned long flags;102 int error;104 struct list_head list;