Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dnfs_fs.h93 struct nfs_open_context { struct
94 struct nfs_lock_context lock_context;
95 struct dentry *dentry;
96 struct rpc_cred *cred;
97 struct nfs4_state *state;
98 fmode_t mode;
100 unsigned long flags;
102 int error;
104 struct list_head list;