Lines Matching defs:nfs_open_context
76 struct nfs_open_context { struct
77 struct nfs_lock_context lock_context;
78 fl_owner_t flock_owner;
79 struct dentry *dentry;
80 const struct cred *cred;
81 struct rpc_cred __rcu *ll_cred; /* low-level cred - use to check for expiry */
82 struct nfs4_state *state;
83 fmode_t mode;
85 unsigned long flags;
89 int error;
91 struct list_head list;
92 struct nfs4_threshold *mdsthreshold;
93 struct rcu_head rcu_head;