Lines Matching refs:pls_list
379 list_for_each_entry(lseg, &lo->plh_segs, pls_list) {
468 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list)
544 INIT_LIST_HEAD(&lseg->pls_list);
567 list_del_init(&lseg->pls_list);
588 list_move_tail(&lseg->pls_list, &lo->plh_return_segs);
647 list_add(&lseg->pls_list, tmp_list);
720 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list)
743 list_for_each_entry_safe(lseg, next, &lo->plh_return_segs, pls_list) {
745 list_move_tail(&lseg->pls_list, free_me);
758 list_for_each_entry_safe(lseg, tmp, free_me, pls_list) {
759 list_del(&lseg->pls_list);
1159 list_for_each_entry_safe(lseg, tmp, &nfsi->layout->plh_segs, pls_list) {
1476 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) {
1674 list_for_each_entry_safe(lp, tmp, &lo->plh_segs, pls_list) {
1683 list_add_tail(&lseg->pls_list, &lp->pls_list);
1693 list_add_tail(&lseg->pls_list, &lo->plh_segs);
1816 list_for_each_entry(lseg, &lo->plh_segs, pls_list) {
2501 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list)
2592 list_for_each_entry(lseg, &lo->plh_segs, pls_list) {
3120 list_for_each_entry(lseg, &NFS_I(inode)->layout->plh_segs, pls_list) {