Lines Matching defs:nfs_open_context
98 struct nfs_open_context { struct
99 struct nfs_lock_context lock_context;
100 fl_owner_t flock_owner;
101 struct dentry *dentry;
102 const struct cred *cred;
103 struct rpc_cred __rcu *ll_cred; /* low-level cred - use to check for expiry */
104 struct nfs4_state *state;
105 fmode_t mode;
107 int error;
108 unsigned long flags;
113 struct nfs4_threshold *mdsthreshold;
114 struct list_head list;
115 struct rcu_head rcu_head;
116 struct nfs_file_localio nfl;