Home
last modified time | relevance | path

Searched refs:nfs4_file (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfsd/
H A Dstate.h147 struct nfs4_file *sc_file;
656 struct nfs4_file *co_file;
670 struct nfs4_file { struct
851 void put_nfs4_file(struct nfs4_file *fi);
857 static inline void get_nfs4_file(struct nfs4_file *fi) in get_nfs4_file()
861 struct nfsd_file *find_any_file(struct nfs4_file *f);
H A Dnfs4state.c87 static bool check_for_locks(struct nfs4_file *fp, struct nfs4_lockowner *lowner);
91 static void nfsd4_file_hash_remove(struct nfs4_file *fi);
571 put_nfs4_file(struct nfs4_file *fi) in put_nfs4_file()
582 find_writeable_file_locked(struct nfs4_file *f) in find_writeable_file_locked()
595 find_writeable_file(struct nfs4_file *f) in find_writeable_file()
607 find_readable_file_locked(struct nfs4_file *f) in find_readable_file_locked()
620 find_readable_file(struct nfs4_file *f) in find_readable_file()
632 find_any_file(struct nfs4_file *f) in find_any_file()
649 static struct nfsd_file *find_any_file_locked(struct nfs4_file *f) in find_any_file_locked()
685 .key_len = sizeof_field(struct nfs4_file, fi_inode),
[all …]
H A Dxdr4.h398 struct nfs4_file *op_file; /* used during processing */
H A Dnfs4proc.c1307 static void nfsd4_file_mark_deleg_written(struct nfs4_file *fi) in nfsd4_file_mark_deleg_written()