Searched refs:nfs4_file (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h89 struct nfs4_file *dl_file;
335 * nfs4_file: a file opened by some number of (open) nfs4_stateowners.
339 struct nfs4_file { struct
362 static inline struct file *find_writeable_file(struct nfs4_file *f)
369 static inline struct file *find_readable_file(struct nfs4_file *f)
376 static inline struct file *find_any_file(struct nfs4_file *f)
393 struct nfs4_file * st_file;
H A Dnfs4state.c112 put_nfs4_file(struct nfs4_file *fi)
123 get_nfs4_file(struct nfs4_file *fi)
148 /* hash table for nfs4_file */
165 static void __nfs4_file_get_access(struct nfs4_file *fp, int oflag)
171 static void nfs4_file_get_access(struct nfs4_file *fp, int oflag)
180 static void nfs4_file_put_fd(struct nfs4_file *fp, int oflag)
188 static void __nfs4_file_put_access(struct nfs4_file *fp, int oflag)
196 static void nfs4_file_put_access(struct nfs4_file *fp, int oflag)
209 struct nfs4_file *fp = stp->st_file;
1819 static inline struct nfs4_file *
[all...]

Completed in 31 milliseconds