Searched refs:plh_return_segs (Results 1 – 2 of 2) sorted by relevance
/linux/fs/nfs/ |
H A D | pnfs.c | 601 list_move_tail(&lseg->pls_list, &lo->plh_return_segs); in pnfs_cache_lseg_for_layoutreturn() 756 list_for_each_entry_safe(lseg, next, &lo->plh_return_segs, pls_list) { in pnfs_free_returned_lsegs() 1256 list_for_each_entry(lseg, &lo->plh_return_segs, pls_list) { in pnfs_layoutreturn_retry_later_locked() 1392 return pnfs_mark_layout_stateid_return(lo, &lo->plh_return_segs, in pnfs_layout_need_return() 1606 if (!mark_lseg_invalid(lseg, &lo->plh_return_segs)) in pnfs_roc() 1855 INIT_LIST_HEAD(&lo->plh_return_segs); in alloc_init_layout_hdr() 2631 tmp_list = &lo->plh_return_segs; in pnfs_mark_matching_lsegs_return() 2641 tmp_list = &lo->plh_return_segs; in pnfs_mark_matching_lsegs_return() 2654 if (!list_empty(&lo->plh_return_segs)) { in pnfs_mark_matching_lsegs_return() 2681 if (pnfs_mark_matching_lsegs_return(lo, &lo->plh_return_segs, range, 0) != -EBUSY) { in pnfs_mark_layout_for_return() [all …]
|
H A D | pnfs.h | 209 struct list_head plh_return_segs; /* invalid layout segments */ member
|