Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_rmap.h62 x |= XFS_RMAP_OFF_UNWRITTEN; in xfs_rmap_irec_offset_pack()
80 if (offset & XFS_RMAP_OFF_UNWRITTEN) in xfs_rmap_irec_offset_unpack()
A Dxfs_rmap_btree.c170 return rec->rmap.rm_offset & ~cpu_to_be64(XFS_RMAP_OFF_UNWRITTEN); in ondisk_rec_offset_to_key()
243 return offset & ~XFS_RMAP_OFF_UNWRITTEN; in offset_keymask()
A Dxfs_format.h1704 #define XFS_RMAP_OFF_UNWRITTEN ((uint64_t)1ULL << 61) macro
1709 XFS_RMAP_OFF_UNWRITTEN)
1716 #define XFS_RMAP_IS_UNWRITTEN(len) (!!((off) & XFS_RMAP_OFF_UNWRITTEN))
A Dxfs_rtrmap_btree.c123 return rec->rmap.rm_offset & ~cpu_to_be64(XFS_RMAP_OFF_UNWRITTEN); in ondisk_rec_offset_to_key()
185 return offset & ~XFS_RMAP_OFF_UNWRITTEN; in offset_keymask()
/fs/xfs/scrub/
A Drmap.c153 __be64 badflag = cpu_to_be64(XFS_RMAP_OFF_UNWRITTEN); in xchk_rmapbt_check_unwritten_in_keyflags()

Completed in 15 milliseconds