Home
last modified time | relevance | path

Searched defs:nfs_open_context (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/linux/
H A Dnfs_fs.h98 struct nfs_open_context { struct
100 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 …]