Searched defs:nfs_open_context (Results 1 – 1 of 1) sorted by relevance
98 struct nfs_open_context { struct100 fl_owner_t flock_owner;101 struct dentry *dentry;102 const struct cred *cred;104 struct nfs4_state *state;105 fmode_t mode;107 int error;108 unsigned long flags;114 struct list_head list;115 struct rcu_head rcu_head;[all …]