Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_extfree_item.c440 ra = container_of(a, struct xfs_extent_free_item, xefi_list); in xfs_extent_free_diff_items()
441 rb = container_of(b, struct xfs_extent_free_item, xefi_list); in xfs_extent_free_diff_items()
487 list_for_each_entry(xefi, items, xefi_list) in xfs_extent_free_create_intent()
533 xefi = container_of(item, struct xfs_extent_free_item, xefi_list); in xfs_extent_free_finish_item()
564 xefi = container_of(item, struct xfs_extent_free_item, xefi_list); in xfs_extent_free_cancel_item()
600 xefi = container_of(item, struct xfs_extent_free_item, xefi_list); in xfs_agfl_free_finish_item()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h243 struct list_head xefi_list; member
H A Dxfs_alloc.c2517 xfs_defer_add(tp, XFS_DEFER_OPS_TYPE_AGFL_FREE, &xefi->xefi_list); in xfs_defer_agfl_block()
2580 xfs_defer_add(tp, XFS_DEFER_OPS_TYPE_FREE, &xefi->xefi_list); in __xfs_free_extent_later()