Home
last modified time | relevance | path

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

/linux-6.6.21/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.h1497 #define XFS_OWNER_INFO_BMBT_BLOCK (1 << 1) macro
Dxfs_rmap.c2344 oinfo.oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK; in xfs_rmap_map_raw()
2786 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xfs_rmap_ownercount_init()
Dxfs_alloc.c2569 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in __xfs_free_extent_later()
/linux-6.6.21/fs/xfs/
Dxfs_extfree_item.c390 oinfo.oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK; in xfs_trans_free_extent()