Home
last modified time | relevance | path

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

/fs/nfs/
Dpnfs.c316 if (!list_empty(&lo->plh_segs)) in pnfs_put_layout_hdr()
379 list_for_each_entry(lseg, &lo->plh_segs, pls_list) { in pnfs_clear_layoutreturn_info()
468 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_layout_stateid_invalid()
476 return !list_empty(&lo->plh_segs); in pnfs_mark_layout_stateid_invalid()
572 if (list_empty(&lo->plh_segs) && in pnfs_layout_remove_lseg()
718 if (list_empty(&lo->plh_segs)) in pnfs_mark_matching_lsegs_invalid()
720 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_matching_lsegs_invalid()
1159 list_for_each_entry_safe(lseg, tmp, &nfsi->layout->plh_segs, pls_list) { in pnfs_clear_layoutcommit()
1476 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) { in pnfs_roc()
1674 list_for_each_entry_safe(lp, tmp, &lo->plh_segs, pls_list) { in pnfs_generic_layout_insert_lseg()
[all …]
Dpnfs.h204 struct list_head plh_segs; /* layout segments list */ member