Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_fsmap.c92 dest->rm_owner = XFS_RMAP_OWN_INOBT; in xfs_fsmap_owner_to_rmap()
134 case XFS_RMAP_OWN_INOBT: in xfs_fsmap_owner_from_rmap()
/linux-6.12.1/fs/xfs/scrub/
Drmap.c316 case XFS_RMAP_OWN_INOBT: in xchk_rmapbt_mark_bitmap()
Dialloc_repair.c459 case XFS_RMAP_OWN_INOBT: in xrep_ibt_walk_rmap()
Dagheader_repair.c1734 .rmap_owner = XFS_RMAP_OWN_INOBT, in xrep_agi()
1739 .rmap_owner = XFS_RMAP_OWN_INOBT, in xrep_agi()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ag.c512 rrec->rm_owner = cpu_to_be64(XFS_RMAP_OWN_INOBT); in xfs_rmaproot_init()
Dxfs_format.h1515 #define XFS_RMAP_OWN_INOBT (-6ULL) /* Inode btree blocks */ macro
Dxfs_rmap.c3009 .oi_owner = XFS_RMAP_OWN_INOBT,
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-online-fsck-design.rst2598 Reverse mapping records with an owner of ``XFS_RMAP_OWN_INOBT`` marks the
2856 btree, and ``XFS_RMAP_OWN_INOBT`` for the inode and free inode btrees.