Lines Matching refs:pls_list

368 	list_for_each_entry(lseg, &lo->plh_segs, pls_list) {  in pnfs_clear_layoutreturn_info()
457 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_layout_stateid_invalid()
532 INIT_LIST_HEAD(&lseg->pls_list); in pnfs_init_lseg()
555 list_del_init(&lseg->pls_list); in pnfs_layout_remove_lseg()
576 list_move_tail(&lseg->pls_list, &lo->plh_return_segs); in pnfs_cache_lseg_for_layoutreturn()
635 list_add(&lseg->pls_list, tmp_list); in pnfs_lseg_dec_and_remove_zero()
707 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_matching_lsegs_invalid()
728 list_for_each_entry_safe(lseg, next, &lo->plh_return_segs, pls_list) { in pnfs_free_returned_lsegs()
730 list_move_tail(&lseg->pls_list, free_me); in pnfs_free_returned_lsegs()
743 list_for_each_entry_safe(lseg, tmp, free_me, pls_list) { in pnfs_free_lseg_list()
744 list_del(&lseg->pls_list); in pnfs_free_lseg_list()
1144 list_for_each_entry_safe(lseg, tmp, &nfsi->layout->plh_segs, pls_list) { in pnfs_clear_layoutcommit()
1461 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) { in pnfs_roc()
1659 list_for_each_entry_safe(lp, tmp, &lo->plh_segs, pls_list) { in pnfs_generic_layout_insert_lseg()
1668 list_add_tail(&lseg->pls_list, &lp->pls_list); in pnfs_generic_layout_insert_lseg()
1678 list_add_tail(&lseg->pls_list, &lo->plh_segs); in pnfs_generic_layout_insert_lseg()
1801 list_for_each_entry(lseg, &lo->plh_segs, pls_list) { in pnfs_find_lseg()
2475 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_matching_lsegs_return()
2565 list_for_each_entry(lseg, &lo->plh_segs, pls_list) { in pnfs_find_first_lseg()
3085 list_for_each_entry(lseg, &NFS_I(inode)->layout->plh_segs, pls_list) { in pnfs_list_write_lseg()