Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.h257 #define XFS_EFI_BMBT_BLOCK (1U << 2) /* freeing bmap btree block */ macro
H A Dxfs_alloc.c2570 xefi->xefi_flags |= XFS_EFI_BMBT_BLOCK; in __xfs_free_extent_later()
/openbmc/linux/fs/xfs/
H A Dxfs_extfree_item.c389 if (xefi->xefi_flags & XFS_EFI_BMBT_BLOCK) in xfs_trans_free_extent()