Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_fsmap.c83 dest->rm_owner = XFS_RMAP_OWN_FS; in xfs_fsmap_owner_to_rmap()
125 case XFS_RMAP_OWN_FS: in xfs_fsmap_owner_from_rmap()
/linux-6.6.21/fs/xfs/scrub/
Drmap.c297 case XFS_RMAP_OWN_FS: in xchk_rmapbt_mark_bitmap()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_rmap.c223 if (irec->rm_owner != XFS_RMAP_OWN_FS) in xfs_rmap_check_irec()
235 (irec->rm_owner <= XFS_RMAP_OWN_FS && in xfs_rmap_check_irec()
2910 .oi_owner = XFS_RMAP_OWN_FS,
Dxfs_ag.c580 rrec->rm_owner = cpu_to_be64(XFS_RMAP_OWN_FS); in xfs_rmaproot_init()
Dxfs_format.h1513 #define XFS_RMAP_OWN_FS (-3ULL) /* static fs metadata */ macro