Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/
Dpnfs.c317 INIT_LIST_HEAD(&lseg->pls_list); in init_lseg()
339 list_del_init(&lseg->pls_list); in pnfs_layout_remove_lseg()
357 list_for_each_entry(s, &lo->plh_segs, pls_list) in pnfs_layout_need_return()
523 list_add(&lseg->pls_list, tmp_list); in pnfs_lseg_dec_and_remove_zero()
561 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_matching_lsegs_invalid()
584 list_for_each_entry_safe(lseg, tmp, free_me, pls_list) { in pnfs_free_lseg_list()
585 list_del(&lseg->pls_list); in pnfs_free_lseg_list()
914 list_for_each_entry_safe(lseg, tmp, &nfsi->layout->plh_segs, pls_list) { in pnfs_clear_layoutcommit()
1082 list_for_each_entry_safe(lseg, tmp, &lo->plh_segs, pls_list) in pnfs_roc()
1151 list_for_each_entry(lseg, &nfsi->layout->plh_segs, pls_list) in pnfs_roc_drain()
[all …]
Dpnfs.h63 struct list_head pls_list; member
/linux-4.1.27/fs/nfs/flexfilelayout/
Dflexfilelayout.c368 list_for_each_entry(lseg, &layout->plh_segs, pls_list) in ff_layout_has_rw_segments()