Searched refs:reaplist (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfs4layouts.c | 474 nfsd4_free_layouts(struct list_head *reaplist) in nfsd4_free_layouts() argument 476 while (!list_empty(reaplist)) { in nfsd4_free_layouts() 477 struct nfs4_layout *lp = list_first_entry(reaplist, in nfsd4_free_layouts() 488 struct list_head *reaplist) in nfsd4_return_file_layout() argument 495 list_move_tail(&lp->lo_perstate, reaplist); in nfsd4_return_file_layout() 518 LIST_HEAD(reaplist); in nfsd4_return_file_layouts() 533 nfsd4_return_file_layout(lp, &lrp->lr_seg, &reaplist); in nfsd4_return_file_layouts() 550 nfsd4_free_layouts(&reaplist); in nfsd4_return_file_layouts() 562 LIST_HEAD(reaplist); in nfsd4_return_client_layouts() 580 list_move_tail(&lp->lo_perstate, &reaplist); in nfsd4_return_client_layouts() [all …]
|
| H A D | nfs4state.c | 378 LIST_HEAD(reaplist); in remove_blocked_locks() 388 list_move(&nbl->nbl_lru, &reaplist); in remove_blocked_locks() 393 while (!list_empty(&reaplist)) { in remove_blocked_locks() 394 nbl = list_first_entry(&reaplist, struct nfsd4_blocked_lock, in remove_blocked_locks() 1772 struct list_head *reaplist) in put_ol_stateid_locked() argument 1789 list_add(&stp->st_locks, reaplist); in put_ol_stateid_locked() 1829 free_ol_stateid_reaplist(struct list_head *reaplist) in free_ol_stateid_reaplist() argument 1837 while (!list_empty(reaplist)) { in free_ol_stateid_reaplist() 1838 stp = list_first_entry(reaplist, struct nfs4_ol_stateid, in free_ol_stateid_reaplist() 1852 struct list_head *reaplist) in release_open_stateid_locks() argument [all …]
|
| H A D | nfs4proc.c | 1492 LIST_HEAD(reaplist); in nfsd4_async_copy_reaper() 1505 list_add(©->copies, &reaplist); in nfsd4_async_copy_reaper() 1513 while (!list_empty(&reaplist)) { in nfsd4_async_copy_reaper() 1514 copy = list_first_entry(&reaplist, struct nfsd4_async_copy, in nfsd4_async_copy_reaper()
|