Home
last modified time | relevance | path

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

/Linux-v4.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 …]