Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dnfs_fs.h98 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;
[all …]