Lines Matching refs:dispose
273 nfsd_file_unhash_and_release_locked(struct nfsd_file *nf, struct list_head *dispose) in nfsd_file_unhash_and_release_locked() argument
284 list_add(&nf->nf_lru, dispose); in nfsd_file_unhash_and_release_locked()
328 nfsd_file_dispose_list(struct list_head *dispose) in nfsd_file_dispose_list() argument
332 while(!list_empty(dispose)) { in nfsd_file_dispose_list()
333 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list()
340 nfsd_file_dispose_list_sync(struct list_head *dispose) in nfsd_file_dispose_list_sync() argument
345 while(!list_empty(dispose)) { in nfsd_file_dispose_list_sync()
346 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list_sync()
397 nfsd_file_dispose_list_delayed(struct list_head *dispose) in nfsd_file_dispose_list_delayed() argument
402 while(!list_empty(dispose)) { in nfsd_file_dispose_list_delayed()
403 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list_delayed()
404 nfsd_file_list_add_pernet(&list, dispose, nf->nf_net); in nfsd_file_dispose_list_delayed()
509 struct list_head *dispose) in __nfsd_file_close_inode() argument
517 nfsd_file_unhash_and_release_locked(nf, dispose); in __nfsd_file_close_inode()
536 LIST_HEAD(dispose); in nfsd_file_close_inode_sync()
538 __nfsd_file_close_inode(inode, hashval, &dispose); in nfsd_file_close_inode_sync()
539 trace_nfsd_file_close_inode_sync(inode, hashval, !list_empty(&dispose)); in nfsd_file_close_inode_sync()
540 nfsd_file_dispose_list_sync(&dispose); in nfsd_file_close_inode_sync()
556 LIST_HEAD(dispose); in nfsd_file_close_inode()
558 __nfsd_file_close_inode(inode, hashval, &dispose); in nfsd_file_close_inode()
559 trace_nfsd_file_close_inode(inode, hashval, !list_empty(&dispose)); in nfsd_file_close_inode()
560 nfsd_file_dispose_list_delayed(&dispose); in nfsd_file_close_inode()
726 LIST_HEAD(dispose); in nfsd_file_cache_purge()
739 del = nfsd_file_unhash_and_release_locked(nf, &dispose); in nfsd_file_cache_purge()
748 nfsd_file_dispose_list(&dispose); in nfsd_file_cache_purge()