Searched refs:plh_segs (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/nfs/ |
D | pnfs.c | 304 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() 412 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_layout_stateid_invalid() 419 return !list_empty(&lo->plh_segs); in pnfs_mark_layout_stateid_invalid() 514 if (list_empty(&lo->plh_segs) && in pnfs_layout_remove_lseg() 672 if (list_empty(&lo->plh_segs)) in pnfs_mark_matching_lsegs_invalid() 674 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_matching_lsegs_invalid() 1058 list_for_each_entry_safe(lseg, tmp, &nfsi->layout->plh_segs, pls_list) { in pnfs_clear_layoutcommit() 1186 list_for_each_entry(s, &lo->plh_segs, pls_list) { in pnfs_layout_need_return() 1370 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) { in pnfs_roc() [all …]
|
D | pnfs.h | 192 struct list_head plh_segs; /* layout segments list */ member
|
/Linux-v4.19/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 558 list_for_each_entry(lseg, &layout->plh_segs, pls_list) in ff_layout_has_rw_segments()
|