Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnfs_fs.h69 struct nfs_open_context { struct
70 struct nfs_lock_context lock_context;
71 fl_owner_t flock_owner;
72 struct dentry *dentry;
73 const struct cred *cred;
74 struct rpc_cred *ll_cred; /* low-level cred - use to check for expiry */
75 struct nfs4_state *state;
76 fmode_t mode;
78 unsigned long flags;
83 int error;
[all …]