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

/linux-master/fs/xfs/
H A Dxfs_extfree_item.c462 if (xefi->xefi_flags & XFS_EFI_ATTR_FORK)
464 if (xefi->xefi_flags & XFS_EFI_BMBT_BLOCK)
476 if (!(xefi->xefi_flags & XFS_EFI_CANCELLED))
479 xefi->xefi_flags & XFS_EFI_SKIP_DISCARD);
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.h248 unsigned int xefi_flags; member in struct:xfs_extent_free_item
H A Dxfs_alloc.c2625 xefi->xefi_flags |= XFS_EFI_SKIP_DISCARD;
2630 xefi->xefi_flags |= XFS_EFI_ATTR_FORK;
2632 xefi->xefi_flags |= XFS_EFI_BMBT_BLOCK;
2721 xefi->xefi_flags |= XFS_EFI_CANCELLED;

Completed in 114 milliseconds