Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_rmap.h19 oi->oi_flags = XFS_OWNER_INFO_BMBT_BLOCK; in xfs_rmap_ino_bmbt_owner()
21 oi->oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_rmap_ino_bmbt_owner()
33 oi->oi_flags = 0; in xfs_rmap_ino_owner()
35 oi->oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_rmap_ino_owner()
94 if (oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK) in xfs_owner_info_unpack()
96 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in xfs_owner_info_unpack()
110 oinfo->oi_flags = 0; in xfs_owner_info_pack()
112 oinfo->oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_owner_info_pack()
114 oinfo->oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK; in xfs_owner_info_pack()
A Dxfs_rmap.c2257 oinfo.oi_flags = 0; in xfs_rmap_map_raw()
2259 oinfo.oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_rmap_map_raw()
2261 oinfo.oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK; in xfs_rmap_map_raw()
A Dxfs_format.h1412 unsigned int oi_flags; member
A Dxfs_alloc.c2516 if (oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK) in __xfs_free_extent_later()
2518 if (oinfo->oi_flags & XFS_OWNER_INFO_BMBT_BLOCK) in __xfs_free_extent_later()
/linux/fs/xfs/
A Dxfs_extfree_item.c484 oinfo.oi_flags |= XFS_OWNER_INFO_ATTR_FORK; in xfs_extent_free_finish_item()
486 oinfo.oi_flags |= XFS_OWNER_INFO_BMBT_BLOCK; in xfs_extent_free_finish_item()
A Dxfs_trace.h2709 __entry->flags = oinfo->oi_flags;
/linux/fs/xfs/scrub/
A Dcommon.c335 oinfo_attr = sroi->oinfo->oi_flags & XFS_OWNER_INFO_ATTR_FORK; in xchk_count_rmap_ownedby_irec()

Completed in 30 milliseconds