Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_alloc.h260 #define XFS_EFI_CANCELLED (1U << 3) /* dont actually free the space */ macro
Dxfs_alloc.c2749 xefi->xefi_flags |= XFS_EFI_CANCELLED; in xfs_alloc_cancel_autoreap()
/linux-6.12.1/fs/xfs/
Dxfs_extfree_item.c501 if (!(xefi->xefi_flags & XFS_EFI_CANCELLED)) in xfs_extent_free_finish_item()