Home
last modified time | relevance | path

Searched refs:pls_list (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/nfs/
Dpnfs.c333 list_for_each_entry(lseg, &lo->plh_segs, pls_list) { in pnfs_clear_layoutreturn_info()
412 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_layout_stateid_invalid()
487 INIT_LIST_HEAD(&lseg->pls_list); in pnfs_init_lseg()
509 list_del_init(&lseg->pls_list); in pnfs_layout_remove_lseg()
530 list_move_tail(&lseg->pls_list, &lo->plh_return_segs); in pnfs_cache_lseg_for_layoutreturn()
593 list_add(&lseg->pls_list, tmp_list); in pnfs_lseg_dec_and_remove_zero()
674 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_matching_lsegs_invalid()
695 list_for_each_entry_safe(lseg, next, &lo->plh_return_segs, pls_list) { in pnfs_free_returned_lsegs()
697 list_move_tail(&lseg->pls_list, free_me); in pnfs_free_returned_lsegs()
710 list_for_each_entry_safe(lseg, tmp, free_me, pls_list) { in pnfs_free_lseg_list()
[all …]
Dpnfs.h67 struct list_head pls_list; member
/Linux-v4.19/fs/nfs/flexfilelayout/
Dflexfilelayout.c558 list_for_each_entry(lseg, &layout->plh_segs, pls_list) in ff_layout_has_rw_segments()