Lines Matching refs:nfsd_file
85 struct nfsd_file *nf = container_of(rcu, struct nfsd_file, nf_rcu); in nfsd_file_slab_free()
118 nfsd_file_mark_find_or_create(struct nfsd_file *nf) in nfsd_file_mark_find_or_create()
172 static struct nfsd_file *
176 struct nfsd_file *nf; in nfsd_file_alloc()
203 nfsd_file_free(struct nfsd_file *nf) in nfsd_file_free()
221 nfsd_file_check_writeback(struct nfsd_file *nf) in nfsd_file_check_writeback()
234 nfsd_file_check_write_error(struct nfsd_file *nf) in nfsd_file_check_write_error()
244 nfsd_file_do_unhash(struct nfsd_file *nf) in nfsd_file_do_unhash()
258 nfsd_file_unhash(struct nfsd_file *nf) in nfsd_file_unhash()
273 nfsd_file_unhash_and_release_locked(struct nfsd_file *nf, struct list_head *dispose) in nfsd_file_unhash_and_release_locked()
289 nfsd_file_put_noref(struct nfsd_file *nf) in nfsd_file_put_noref()
300 nfsd_file_put(struct nfsd_file *nf) in nfsd_file_put()
319 struct nfsd_file *
320 nfsd_file_get(struct nfsd_file *nf) in nfsd_file_get()
330 struct nfsd_file *nf; in nfsd_file_dispose_list()
333 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list()
343 struct nfsd_file *nf; in nfsd_file_dispose_list_sync()
346 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list_sync()
388 struct nfsd_file *nf, *tmp; in nfsd_file_list_add_pernet()
400 struct nfsd_file *nf; in nfsd_file_dispose_list_delayed()
403 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list_delayed()
419 struct nfsd_file *nf = list_entry(item, struct nfsd_file, nf_lru); in nfsd_file_lru_cb()
457 struct nfsd_file *nf; in nfsd_file_lru_walk_list()
511 struct nfsd_file *nf; in __nfsd_file_close_inode()
651 sizeof(struct nfsd_file), 0, 0, NULL); in nfsd_file_cache_init()
724 struct nfsd_file *nf; in nfsd_file_cache_purge()
882 static struct nfsd_file *
886 struct nfsd_file *nf; in nfsd_file_find_locked()
918 struct nfsd_file *nf; in nfsd_file_is_cached()
938 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_acquire()
942 struct nfsd_file *nf, *new; in nfsd_file_acquire()