Lines Matching defs:nfs_open_context
79 struct nfs_open_context { struct
80 struct nfs_lock_context lock_context;
81 fl_owner_t flock_owner;
82 struct dentry *dentry;
83 const struct cred *cred;
84 struct rpc_cred *ll_cred; /* low-level cred - use to check for expiry */
85 struct nfs4_state *state;
86 fmode_t mode;
88 unsigned long flags;
93 int error;
95 struct list_head list;
96 struct nfs4_threshold *mdsthreshold;
97 struct rcu_head rcu_head;