Lines Matching refs:nfsd_file

111 	const struct nfsd_file *nf = data;  in nfsd_file_obj_hashfn()
149 const struct nfsd_file *nf = ptr; in nfsd_file_obj_cmpfn()
173 .key_len = sizeof_field(struct nfsd_file, nf_inode),
174 .key_offset = offsetof(struct nfsd_file, nf_inode),
175 .head_offset = offsetof(struct nfsd_file, nf_rhash),
198 struct nfsd_file *nf = container_of(rcu, struct nfsd_file, nf_rcu); in nfsd_file_slab_free()
231 nfsd_file_mark_find_or_create(struct nfsd_file *nf, struct inode *inode) in nfsd_file_mark_find_or_create()
285 static struct nfsd_file *
288 struct nfsd_file *nf; in nfsd_file_alloc()
310 nfsd_file_free(struct nfsd_file *nf) in nfsd_file_free()
340 nfsd_file_check_writeback(struct nfsd_file *nf) in nfsd_file_check_writeback()
353 nfsd_file_check_write_error(struct nfsd_file *nf) in nfsd_file_check_write_error()
363 nfsd_file_flush(struct nfsd_file *nf) in nfsd_file_flush()
374 static void nfsd_file_lru_add(struct nfsd_file *nf) in nfsd_file_lru_add()
381 static void nfsd_file_lru_remove(struct nfsd_file *nf) in nfsd_file_lru_remove()
388 nfsd_file_hash_remove(struct nfsd_file *nf) in nfsd_file_hash_remove()
399 nfsd_file_unhash(struct nfsd_file *nf) in nfsd_file_unhash()
409 nfsd_file_unhash_and_dispose(struct nfsd_file *nf, struct list_head *dispose) in nfsd_file_unhash_and_dispose()
420 nfsd_file_put_noref(struct nfsd_file *nf) in nfsd_file_put_noref()
432 nfsd_file_put(struct nfsd_file *nf) in nfsd_file_put()
455 void nfsd_file_close(struct nfsd_file *nf) in nfsd_file_close()
465 struct nfsd_file *
466 nfsd_file_get(struct nfsd_file *nf) in nfsd_file_get()
476 struct nfsd_file *nf; in nfsd_file_dispose_list()
479 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list()
490 struct nfsd_file *nf; in nfsd_file_dispose_list_sync()
493 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list_sync()
530 struct nfsd_file *nf, *tmp; in nfsd_file_list_add_pernet()
542 struct nfsd_file *nf; in nfsd_file_dispose_list_delayed()
545 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list_delayed()
570 struct nfsd_file *nf = list_entry(item, struct nfsd_file, nf_lru); in nfsd_file_lru_cb()
624 struct nfsd_file *nf; in nfsd_file_gc_dispose_list()
687 struct nfsd_file *nf; in __nfsd_file_close_inode()
821 sizeof(struct nfsd_file), 0, 0, NULL); in nfsd_file_cache_init()
887 struct nfsd_file *nf; in __nfsd_file_cache_purge()
1037 unsigned int may_flags, struct nfsd_file **pnf, bool open) in nfsd_file_do_acquire()
1045 struct nfsd_file *nf; in nfsd_file_do_acquire()
1158 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_acquire()
1175 unsigned int may_flags, struct nfsd_file **pnf) in nfsd_file_create()