Home
last modified time | relevance | path

Searched defs:nfs_open_context (Results 1 – 2 of 2) 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 …]
/kernel/linux/linux-6.6/include/linux/
Dnfs_fs.h81 struct nfs_open_context { struct
82 struct nfs_lock_context lock_context;
83 fl_owner_t flock_owner;
84 struct dentry *dentry;
85 const struct cred *cred;
86 struct rpc_cred __rcu *ll_cred; /* low-level cred - use to check for expiry */
87 struct nfs4_state *state;
88 fmode_t mode;
90 unsigned long flags;
94 int error;
[all …]