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

/linux-master/fs/xfs/
H A Dxfs_extfree_item.c344 ra = container_of(a, struct xfs_extent_free_item, xefi_list);
345 rb = container_of(b, struct xfs_extent_free_item, xefi_list);
387 list_for_each_entry(xefi, items, xefi_list)
458 xefi = container_of(item, struct xfs_extent_free_item, xefi_list);
513 xefi = container_of(item, struct xfs_extent_free_item, xefi_list);
540 xefi = container_of(item, struct xfs_extent_free_item, xefi_list);
590 xfs_defer_add_item(dfp, &xefi->xefi_list);
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.h243 struct list_head xefi_list; member in struct:xfs_extent_free_item
H A Dxfs_alloc.c2578 xfs_defer_add(tp, &xefi->xefi_list, &xfs_agfl_free_defer_type);
2642 *dfpp = xfs_defer_add(tp, &xefi->xefi_list, &xfs_extent_free_defer_type);
2720 list_for_each_entry(xefi, &dfp->dfp_work, xefi_list)

Completed in 129 milliseconds