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