Lines Matching refs:nfsd_file
85 struct nfsd_file *nf = container_of(rcu, struct nfsd_file, nf_rcu);
118 nfsd_file_mark_find_or_create(struct nfsd_file *nf)
172 static struct nfsd_file *
176 struct nfsd_file *nf;
203 nfsd_file_free(struct nfsd_file *nf)
221 nfsd_file_check_writeback(struct nfsd_file *nf)
234 nfsd_file_check_write_error(struct nfsd_file *nf)
244 nfsd_file_do_unhash(struct nfsd_file *nf)
258 nfsd_file_unhash(struct nfsd_file *nf)
273 nfsd_file_unhash_and_release_locked(struct nfsd_file *nf, struct list_head *dispose)
289 nfsd_file_put_noref(struct nfsd_file *nf)
300 nfsd_file_put(struct nfsd_file *nf)
319 struct nfsd_file *
320 nfsd_file_get(struct nfsd_file *nf)
330 struct nfsd_file *nf;
333 nf = list_first_entry(dispose, struct nfsd_file, nf_lru);
343 struct nfsd_file *nf;
346 nf = list_first_entry(dispose, struct nfsd_file, nf_lru);
388 struct nfsd_file *nf, *tmp;
400 struct nfsd_file *nf;
403 nf = list_first_entry(dispose, struct nfsd_file, nf_lru);
419 struct nfsd_file *nf = list_entry(item, struct nfsd_file, nf_lru);
457 struct nfsd_file *nf;
511 struct nfsd_file *nf;
523 * nfsd_file_close_inode_sync - attempt to forcibly close a nfsd_file
544 * nfsd_file_close_inode_sync - attempt to forcibly close a nfsd_file
650 nfsd_file_slab = kmem_cache_create("nfsd_file",
651 sizeof(struct nfsd_file), 0, 0, NULL);
724 struct nfsd_file *nf;
882 static struct nfsd_file *
886 struct nfsd_file *nf;
918 struct nfsd_file *nf;
938 unsigned int may_flags, struct nfsd_file **pnf)
942 struct nfsd_file *nf, *new;