Home
last modified time | relevance | path

Searched refs:XFS_OWNER_INFO_BMBT_BLOCK (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap.h19 oi->oi_flags = XFS_OWNER_INFO_BMBT_BLOCK; in xfs_rmap_ino_bmbt_owner()
97 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xfs_owner_info_unpack()
115 oinfo->oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK; in xfs_owner_info_pack()
Dxfs_format.h1496 #define XFS_OWNER_INFO_BMBT_BLOCK (1 << 1) macro
Dxfs_rmap.c2876 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xfs_rmap_ownercount_init()
Dxfs_alloc.c2663 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xfs_defer_extent_free()
/linux-6.12.1/fs/xfs/
Dxfs_extfree_item.c491 oinfo.oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK; in xfs_extent_free_finish_item()
/linux-6.12.1/fs/xfs/scrub/
Drmap_repair.c294 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xrep_rmap_stash_bitmap()