Searched refs:plh_segs (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/nfs/ |
D | pnfs.c | 246 if (!list_empty(&lo->plh_segs)) in pnfs_put_layout_hdr() 342 if (list_empty(&lo->plh_segs)) in pnfs_layout_remove_lseg() 357 list_for_each_entry(s, &lo->plh_segs, pls_list) in pnfs_layout_need_return() 559 if (list_empty(&lo->plh_segs)) in pnfs_mark_matching_lsegs_invalid() 561 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_matching_lsegs_invalid() 774 int empty = list_empty(&lo->plh_segs); in pnfs_set_layout_stateid() 818 (list_empty(&lo->plh_segs) && in pnfs_layoutgets_blocked() 836 } else if (list_empty(&lo->plh_segs) || in pnfs_choose_layoutget_stateid() 914 list_for_each_entry_safe(lseg, tmp, &nfsi->layout->plh_segs, pls_list) { in pnfs_clear_layoutcommit() 993 empty = list_empty(&lo->plh_segs); in _pnfs_return_layout() [all …]
|
D | pnfs.h | 187 struct list_head plh_segs; /* layout segments list */ member
|
D | nfs4proc.c | 7700 if (!lo || list_empty(&lo->plh_segs)) { in nfs4_layoutget_done()
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 368 list_for_each_entry(lseg, &layout->plh_segs, pls_list) in ff_layout_has_rw_segments()
|