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-4.19/include/linux/
Dnfs_fs.h68 struct nfs_open_context { struct
69 struct nfs_lock_context lock_context;
70 fl_owner_t flock_owner;
71 struct dentry *dentry;
72 struct rpc_cred *cred;
73 struct nfs4_state *state;
74 fmode_t mode;
76 unsigned long flags;
81 int error;
83 struct list_head list;
[all …]