Searched refs:reaplist (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A 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() 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() 464 nfsd4_return_file_layout(struct nfs4_layout *lp, struct nfsd4_layout_seg *seg, struct list_head *reaplist) nfsd4_return_file_layout() argument 568 nfsd4_return_all_layouts(struct nfs4_layout_stateid *ls, struct list_head *reaplist) nfsd4_return_all_layouts() argument [all...] |
H A D | nfs4state.c | 294 LIST_HEAD(reaplist); in remove_blocked_locks() 303 list_move(&nbl->nbl_lru, &reaplist); in remove_blocked_locks() 308 while (!list_empty(&reaplist)) { in remove_blocked_locks() 309 nbl = list_first_entry(&reaplist, struct nfsd4_blocked_lock, in remove_blocked_locks() 1395 * reaplist for later destruction. 1398 struct list_head *reaplist) in put_ol_stateid_locked() 1413 list_add(&stp->st_locks, reaplist); in put_ol_stateid_locked() 1453 free_ol_stateid_reaplist(struct list_head *reaplist) in free_ol_stateid_reaplist() argument 1460 while (!list_empty(reaplist)) { in free_ol_stateid_reaplist() 1461 stp = list_first_entry(reaplist, struc in free_ol_stateid_reaplist() 1397 put_ol_stateid_locked(struct nfs4_ol_stateid *stp, struct list_head *reaplist) put_ol_stateid_locked() argument 1471 release_open_stateid_locks(struct nfs4_ol_stateid *open_stp, struct list_head *reaplist) release_open_stateid_locks() argument 1486 unhash_open_stateid(struct nfs4_ol_stateid *stp, struct list_head *reaplist) unhash_open_stateid() argument 1539 struct list_head reaplist; release_openowner() local 2093 struct list_head reaplist; __destroy_client() local 5404 struct list_head *pos, *next, reaplist; nfs4_laundromat() local 7445 struct list_head *pos, *next, reaplist; nfs4_state_shutdown_net() local [all...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4layouts.c | 452 nfsd4_free_layouts(struct list_head *reaplist) in nfsd4_free_layouts() argument 454 while (!list_empty(reaplist)) { in nfsd4_free_layouts() 455 struct nfs4_layout *lp = list_first_entry(reaplist, in nfsd4_free_layouts() 466 struct list_head *reaplist) in nfsd4_return_file_layout() 473 list_move_tail(&lp->lo_perstate, reaplist); in nfsd4_return_file_layout() 496 LIST_HEAD(reaplist); in nfsd4_return_file_layouts() 511 nfsd4_return_file_layout(lp, &lrp->lr_seg, &reaplist); in nfsd4_return_file_layouts() 528 nfsd4_free_layouts(&reaplist); in nfsd4_return_file_layouts() 540 LIST_HEAD(reaplist); in nfsd4_return_client_layouts() 558 list_move_tail(&lp->lo_perstate, &reaplist); in nfsd4_return_client_layouts() 465 nfsd4_return_file_layout(struct nfs4_layout *lp, struct nfsd4_layout_seg *seg, struct list_head *reaplist) nfsd4_return_file_layout() argument 569 nfsd4_return_all_layouts(struct nfs4_layout_stateid *ls, struct list_head *reaplist) nfsd4_return_all_layouts() argument [all...] |
H A D | nfs4state.c | 338 LIST_HEAD(reaplist); in remove_blocked_locks() 348 list_move(&nbl->nbl_lru, &reaplist); in remove_blocked_locks() 353 while (!list_empty(&reaplist)) { in remove_blocked_locks() 354 nbl = list_first_entry(&reaplist, struct nfsd4_blocked_lock, in remove_blocked_locks() 1514 * reaplist for later destruction. 1517 struct list_head *reaplist) in put_ol_stateid_locked() 1532 list_add(&stp->st_locks, reaplist); in put_ol_stateid_locked() 1572 free_ol_stateid_reaplist(struct list_head *reaplist) in free_ol_stateid_reaplist() argument 1579 while (!list_empty(reaplist)) { in free_ol_stateid_reaplist() 1580 stp = list_first_entry(reaplist, struc in free_ol_stateid_reaplist() 1516 put_ol_stateid_locked(struct nfs4_ol_stateid *stp, struct list_head *reaplist) put_ol_stateid_locked() argument 1590 release_open_stateid_locks(struct nfs4_ol_stateid *open_stp, struct list_head *reaplist) release_open_stateid_locks() argument 1605 unhash_open_stateid(struct nfs4_ol_stateid *stp, struct list_head *reaplist) unhash_open_stateid() argument 1658 struct list_head reaplist; release_openowner() local 2223 struct list_head reaplist; __destroy_client() local 6054 nfs4_get_client_reaplist(struct nfsd_net *nn, struct list_head *reaplist, struct laundry_time *lt) nfs4_get_client_reaplist() argument 6091 nfs4_get_courtesy_client_reaplist(struct nfsd_net *nn, struct list_head *reaplist) nfs4_get_courtesy_client_reaplist() argument 6117 nfs4_process_client_reaplist(struct list_head *reaplist) nfs4_process_client_reaplist() argument 6137 struct list_head *pos, *next, reaplist; nfs4_laundromat() local 6248 struct list_head reaplist; courtesy_client_reaper() local 8255 struct list_head *pos, *next, reaplist; nfs4_state_shutdown_net() local [all...] |
Completed in 13 milliseconds