Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dnfs_fs.h86 struct nfs_open_context { struct
87 struct nfs_lock_context lock_context;
88 struct dentry *dentry;
89 struct rpc_cred *cred;
90 struct nfs4_state *state;
91 fmode_t mode;
93 unsigned long flags;
95 int error;
97 struct list_head list;