Searched refs:reaplist (Results 1 – 2 of 2) sorted by relevance
/fs/nfsd/ |
D | nfs4layouts.c | 451 nfsd4_free_layouts(struct list_head *reaplist) in nfsd4_free_layouts() argument 453 while (!list_empty(reaplist)) { in nfsd4_free_layouts() 454 struct nfs4_layout *lp = list_first_entry(reaplist, in nfsd4_free_layouts() 465 struct list_head *reaplist) in nfsd4_return_file_layout() argument 472 list_move_tail(&lp->lo_perstate, reaplist); in nfsd4_return_file_layout() 495 LIST_HEAD(reaplist); in nfsd4_return_file_layouts() 510 nfsd4_return_file_layout(lp, &lrp->lr_seg, &reaplist); in nfsd4_return_file_layouts() 527 nfsd4_free_layouts(&reaplist); in nfsd4_return_file_layouts() 539 LIST_HEAD(reaplist); in nfsd4_return_client_layouts() 557 list_move_tail(&lp->lo_perstate, &reaplist); in nfsd4_return_client_layouts() [all …]
|
D | nfs4state.c | 296 LIST_HEAD(reaplist); in remove_blocked_locks() 305 list_move(&nbl->nbl_lru, &reaplist); in remove_blocked_locks() 310 while (!list_empty(&reaplist)) { in remove_blocked_locks() 311 nbl = list_first_entry(&reaplist, struct nfsd4_blocked_lock, in remove_blocked_locks() 1414 struct list_head *reaplist) in put_ol_stateid_locked() argument 1429 list_add(&stp->st_locks, reaplist); in put_ol_stateid_locked() 1469 free_ol_stateid_reaplist(struct list_head *reaplist) in free_ol_stateid_reaplist() argument 1476 while (!list_empty(reaplist)) { in free_ol_stateid_reaplist() 1477 stp = list_first_entry(reaplist, struct nfs4_ol_stateid, in free_ol_stateid_reaplist() 1488 struct list_head *reaplist) in release_open_stateid_locks() argument [all …]
|