Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dnfs_fs.h76 struct nfs_open_context { struct
77 struct nfs_lock_context lock_context;
78 fl_owner_t flock_owner;
79 struct dentry *dentry;
80 const struct cred *cred;
81 struct rpc_cred __rcu *ll_cred; /* low-level cred - use to check for expiry */
82 struct nfs4_state *state;
83 fmode_t mode;
85 unsigned long flags;
90 int error;
[all …]