Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc.h232 #define XFS_EFI_BMBT_BLOCK (1U << 2) /* freeing bmap btree block */ macro
Dxfs_alloc.c2534 new->xefi_flags |= XFS_EFI_BMBT_BLOCK; in __xfs_free_extent_later()
/fs/xfs/
Dxfs_extfree_item.c474 if (free->xefi_flags & XFS_EFI_BMBT_BLOCK) in xfs_extent_free_finish_item()