Searched refs:plh_segs (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nfs/ |
| A D | pnfs.c | 305 if (!list_empty(&lo->plh_segs)) in pnfs_put_layout_hdr() 368 list_for_each_entry(lseg, &lo->plh_segs, pls_list) { in pnfs_clear_layoutreturn_info() 457 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_layout_stateid_invalid() 464 return !list_empty(&lo->plh_segs); in pnfs_mark_layout_stateid_invalid() 560 if (list_empty(&lo->plh_segs) && in pnfs_layout_remove_lseg() 705 if (list_empty(&lo->plh_segs)) in pnfs_mark_matching_lsegs_invalid() 707 list_for_each_entry_safe(lseg, next, &lo->plh_segs, pls_list) in pnfs_mark_matching_lsegs_invalid() 1678 list_add_tail(&lseg->pls_list, &lo->plh_segs); in pnfs_generic_layout_insert_lseg() 1719 INIT_LIST_HEAD(&lo->plh_segs); in alloc_init_layout_hdr() 1801 list_for_each_entry(lseg, &lo->plh_segs, pls_list) { in pnfs_find_lseg() [all …]
|
| A D | pnfs.h | 201 struct list_head plh_segs; /* layout segments list */ member
|
Completed in 15 milliseconds