Searched refs:pls_list (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | pnfs.c | 379 list_for_each_entry(lseg, &lo->plh_segs, pls_list) { in pnfs_clear_layoutreturn_info() 468 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_layout_stateid_invalid() 544 INIT_LIST_HEAD(&lseg->pls_list); in pnfs_init_lseg() 567 list_del_init(&lseg->pls_list); in pnfs_layout_remove_lseg() 588 list_move_tail(&lseg->pls_list, &lo->plh_return_segs); in pnfs_cache_lseg_for_layoutreturn() 651 list_add(&lseg->pls_list, tmp_list); in pnfs_lseg_dec_and_remove_zero() 723 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_matching_lsegs_invalid() 744 list_for_each_entry_safe(lseg, next, &lo->plh_return_segs, pls_list) { in pnfs_free_returned_lsegs() 746 list_move_tail(&lseg->pls_list, free_me); in pnfs_free_returned_lsegs() 759 list_for_each_entry_safe(lseg, tmp, free_me, pls_list) { in pnfs_free_lseg_list() [all...] |
H A D | pnfs.h | 67 struct list_head pls_list; member
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | pnfs.c | 379 list_for_each_entry(lseg, &lo->plh_segs, pls_list) { in pnfs_clear_layoutreturn_info() 468 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_layout_stateid_invalid() 544 INIT_LIST_HEAD(&lseg->pls_list); in pnfs_init_lseg() 567 list_del_init(&lseg->pls_list); in pnfs_layout_remove_lseg() 588 list_move_tail(&lseg->pls_list, &lo->plh_return_segs); in pnfs_cache_lseg_for_layoutreturn() 647 list_add(&lseg->pls_list, tmp_list); in pnfs_lseg_dec_and_remove_zero() 720 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_matching_lsegs_invalid() 743 list_for_each_entry_safe(lseg, next, &lo->plh_return_segs, pls_list) { in pnfs_free_returned_lsegs() 745 list_move_tail(&lseg->pls_list, free_me); in pnfs_free_returned_lsegs() 758 list_for_each_entry_safe(lseg, tmp, free_me, pls_list) { in pnfs_free_lseg_list() [all...] |
H A D | pnfs.h | 69 struct list_head pls_list; member
|
Completed in 9 milliseconds