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);
651 list_add(&lseg->pls_list, tmp_list);
723 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list)
744 list_for_each_entry_safe(lseg, next, &lo->plh_return_segs, pls_list) {
746 list_move_tail(&lseg->pls_list, free_me);
759 list_for_each_entry_safe(lseg, tmp, free_me, pls_list) {
760 list_del(&lseg->pls_list);
1161 list_for_each_entry_safe(lseg, tmp, &nfsi->layout->plh_segs, pls_list) {
1478 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) {
1677 list_for_each_entry_safe(lp, tmp, &lo->plh_segs, pls_list) {
1686 list_add_tail(&lseg->pls_list, &lp->pls_list);
1696 list_add_tail(&lseg->pls_list, &lo->plh_segs);
1819 list_for_each_entry(lseg, &lo->plh_segs, pls_list) {
2501 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list)
2591 list_for_each_entry(lseg, &lo->plh_segs, pls_list) {
3122 list_for_each_entry(lseg, &NFS_I(inode)->layout->plh_segs, pls_list) {