Home
last modified time | relevance | path

Searched refs:xefi_list (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_extfree_item.c327 return list_entry(e, struct xfs_extent_free_item, xefi_list); in xefi_entry()
434 list_for_each_entry(xefi, items, xefi_list) in __xfs_extent_free_create_intent()
509 *dfpp = xfs_defer_add(tp, &xefi->xefi_list, xefi_ops(xefi)); in xfs_extent_free_defer_add()
607 xfs_extent_free_cancel_item(&xefi->xefi_list); in xfs_agfl_free_finish_item()
644 xfs_defer_add_item(dfp, &xefi->xefi_list); in xfs_efi_recover_work()
/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h251 struct list_head xefi_list; member
H A Dxfs_alloc.c2760 list_for_each_entry(xefi, &dfp->dfp_work, xefi_list) in xfs_alloc_cancel_autoreap()