Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnfs_fs.h79 struct nfs_open_context { struct
80 struct nfs_lock_context lock_context;
81 fl_owner_t flock_owner;
82 struct dentry *dentry;
83 const struct cred *cred;
84 struct rpc_cred *ll_cred; /* low-level cred - use to check for expiry */
85 struct nfs4_state *state;
86 fmode_t mode;
88 unsigned long flags;
93 int error;
[all …]