Home
last modified time | relevance | path

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

/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_rmap_btree.c166 return rec->rmap.rm_offset & ~cpu_to_be64(XFS_RMAP_OFF_UNWRITTEN); in ondisk_rec_offset_to_key()
239 return offset & ~XFS_RMAP_OFF_UNWRITTEN; in offset_keymask()
Dxfs_format.h1544 #define XFS_RMAP_OFF_UNWRITTEN ((uint64_t)1ULL << 61) macro
1549 XFS_RMAP_OFF_UNWRITTEN)
1556 #define XFS_RMAP_IS_UNWRITTEN(len) (!!((off) & XFS_RMAP_OFF_UNWRITTEN))
/fs/xfs/scrub/
Drmap.c143 __be64 badflag = cpu_to_be64(XFS_RMAP_OFF_UNWRITTEN); in xchk_rmapbt_check_unwritten_in_keyflags()