Home
last modified time | relevance | path

Searched refs:XFS_RMAP_OFF_UNWRITTEN (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap.h61 x |= XFS_RMAP_OFF_UNWRITTEN; in xfs_rmap_irec_offset_pack()
79 if (offset & XFS_RMAP_OFF_UNWRITTEN) in xfs_rmap_irec_offset_unpack()
Dxfs_format.h1543 #define XFS_RMAP_OFF_UNWRITTEN ((uint64_t)1ULL << 61) macro
1548 XFS_RMAP_OFF_UNWRITTEN)
1555 #define XFS_RMAP_IS_UNWRITTEN(len) (!!((off) & XFS_RMAP_OFF_UNWRITTEN))
Dxfs_rmap_btree.c169 return rec->rmap.rm_offset & ~cpu_to_be64(XFS_RMAP_OFF_UNWRITTEN); in ondisk_rec_offset_to_key()
242 return offset & ~XFS_RMAP_OFF_UNWRITTEN; in offset_keymask()
/linux-6.12.1/fs/xfs/scrub/
Drmap.c153 __be64 badflag = cpu_to_be64(XFS_RMAP_OFF_UNWRITTEN); in xchk_rmapbt_check_unwritten_in_keyflags()