Lines Matching refs:dispose

274 nfsd_file_unhash_and_release_locked(struct nfsd_file *nf, struct list_head *dispose)  in nfsd_file_unhash_and_release_locked()  argument
285 list_add(&nf->nf_lru, dispose); in nfsd_file_unhash_and_release_locked()
329 nfsd_file_dispose_list(struct list_head *dispose) in nfsd_file_dispose_list() argument
333 while(!list_empty(dispose)) { in nfsd_file_dispose_list()
334 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list()
341 nfsd_file_dispose_list_sync(struct list_head *dispose) in nfsd_file_dispose_list_sync() argument
346 while(!list_empty(dispose)) { in nfsd_file_dispose_list_sync()
347 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list_sync()
398 nfsd_file_dispose_list_delayed(struct list_head *dispose) in nfsd_file_dispose_list_delayed() argument
403 while(!list_empty(dispose)) { in nfsd_file_dispose_list_delayed()
404 nf = list_first_entry(dispose, struct nfsd_file, nf_lru); in nfsd_file_dispose_list_delayed()
405 nfsd_file_list_add_pernet(&list, dispose, nf->nf_net); in nfsd_file_dispose_list_delayed()
510 struct list_head *dispose) in __nfsd_file_close_inode() argument
518 nfsd_file_unhash_and_release_locked(nf, dispose); in __nfsd_file_close_inode()
537 LIST_HEAD(dispose); in nfsd_file_close_inode_sync()
539 __nfsd_file_close_inode(inode, hashval, &dispose); in nfsd_file_close_inode_sync()
540 trace_nfsd_file_close_inode_sync(inode, hashval, !list_empty(&dispose)); in nfsd_file_close_inode_sync()
541 nfsd_file_dispose_list_sync(&dispose); in nfsd_file_close_inode_sync()
557 LIST_HEAD(dispose); in nfsd_file_close_inode()
559 __nfsd_file_close_inode(inode, hashval, &dispose); in nfsd_file_close_inode()
560 trace_nfsd_file_close_inode(inode, hashval, !list_empty(&dispose)); in nfsd_file_close_inode()
561 nfsd_file_dispose_list_delayed(&dispose); in nfsd_file_close_inode()
731 LIST_HEAD(dispose); in nfsd_file_cache_purge()
744 del = nfsd_file_unhash_and_release_locked(nf, &dispose); in nfsd_file_cache_purge()
753 nfsd_file_dispose_list(&dispose); in nfsd_file_cache_purge()