Searched refs:xefi (Results 1 – 3 of 3) sorted by relevance
94 struct xfs_extent_free_item *xefi,
266 static inline bool xfs_efi_is_realtime(const struct xfs_extent_free_item *xefi) in xfs_efi_is_realtime() argument268 return xefi->xefi_flags & XFS_EFI_REALTIME; in xfs_efi_is_realtime()
2644 struct xfs_extent_free_item *xefi; in xfs_defer_extent_free() local2663 xefi = kmem_cache_zalloc(xfs_extfree_item_cache, in xfs_defer_extent_free()2665 xefi->xefi_startblock = bno; in xfs_defer_extent_free()2666 xefi->xefi_blockcount = (xfs_extlen_t)len; in xfs_defer_extent_free()2667 xefi->xefi_agresv = type; in xfs_defer_extent_free()2669 xefi->xefi_flags |= XFS_EFI_SKIP_DISCARD; in xfs_defer_extent_free()2671 xefi->xefi_flags |= XFS_EFI_REALTIME; in xfs_defer_extent_free()2676 xefi->xefi_flags |= XFS_EFI_ATTR_FORK; in xfs_defer_extent_free()2678 xefi->xefi_flags |= XFS_EFI_BMBT_BLOCK; in xfs_defer_extent_free()2679 xefi->xefi_owner = oinfo->oi_owner; in xfs_defer_extent_free()[all …]