Home
last modified time | relevance | path

Searched refs:oi_flags (Results 1 – 8 of 8) sorted by relevance

/fs/xfs/libxfs/
A Dxfs_rmap.h20 oi->oi_flags = XFS_OWNER_INFO_BMBT_BLOCK; in xfs_rmap_ino_bmbt_owner()
22 oi->oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_rmap_ino_bmbt_owner()
34 oi->oi_flags = 0; in xfs_rmap_ino_owner()
36 oi->oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_rmap_ino_owner()
96 if (oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK) in xfs_owner_info_unpack()
98 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xfs_owner_info_unpack()
112 oinfo->oi_flags = 0; in xfs_owner_info_pack()
114 oinfo->oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_owner_info_pack()
116 oinfo->oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK; in xfs_owner_info_pack()
A Dxfs_format.h1661 unsigned int oi_flags; member
A Dxfs_rmap.c2980 if (oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK) in xfs_rmap_ownercount_init()
2982 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xfs_rmap_ownercount_init()
A Dxfs_alloc.c2673 if (oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK) in xfs_defer_extent_free()
2675 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xfs_defer_extent_free()
/fs/xfs/
A Dxfs_extfree_item.c542 oinfo.oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_extent_free_finish_item()
544 oinfo.oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK; in xfs_extent_free_finish_item()
A Dxfs_trace.h3184 __entry->flags = oinfo->oi_flags;
/fs/xfs/scrub/
A Drmap_repair.c295 if (oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK) in xrep_rmap_stash_bitmap()
297 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xrep_rmap_stash_bitmap()
A Dcommon.c392 oinfo_attr = sroi->oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK; in xchk_count_rmap_ownedby_irec()

Completed in 35 milliseconds