Home
last modified time | relevance | path

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

/fs/nfs/
Dpnfs.c304 if (!list_empty(&lo->plh_segs)) in pnfs_put_layout_hdr()
333 list_for_each_entry(lseg, &lo->plh_segs, pls_list) { in pnfs_clear_layoutreturn_info()
422 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_layout_stateid_invalid()
429 return !list_empty(&lo->plh_segs); in pnfs_mark_layout_stateid_invalid()
524 if (list_empty(&lo->plh_segs) && in pnfs_layout_remove_lseg()
682 if (list_empty(&lo->plh_segs)) in pnfs_mark_matching_lsegs_invalid()
684 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_matching_lsegs_invalid()
1088 list_for_each_entry_safe(lseg, tmp, &nfsi->layout->plh_segs, pls_list) { in pnfs_clear_layoutcommit()
1216 list_for_each_entry(s, &lo->plh_segs, pls_list) { in pnfs_layout_need_return()
1402 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) { in pnfs_roc()
[all …]
Dpnfs.h194 struct list_head plh_segs; /* layout segments list */ member
/fs/nfs/flexfilelayout/
Dflexfilelayout.c567 list_for_each_entry(lseg, &layout->plh_segs, pls_list) in ff_layout_has_rw_segments()