Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dpnfs.c316 if (!list_empty(&lo->plh_segs)) in pnfs_put_layout_hdr()
378 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()
584 if (list_empty(&lo->plh_segs) && in pnfs_layout_remove_lseg()
730 if (list_empty(&lo->plh_segs)) in pnfs_mark_matching_lsegs_invalid()
732 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_matching_lsegs_invalid()
1240 list_for_each_entry_safe(lseg, tmp, &nfsi->layout->plh_segs, pls_list) { in pnfs_clear_layoutcommit()
1589 list_for_each_entry(lseg, &lo->plh_segs, pls_list) { in pnfs_roc()
1616 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) { in pnfs_roc()
[all …]
H A Dpnfs.h209 struct list_head plh_segs; /* layout segments list */ member