Home
last modified time | relevance | path

Searched refs:XFS_RMAP_IS_BMBT_BLOCK (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_rmap_btree.c198 XFS_RMAP_IS_BMBT_BLOCK(be64_to_cpu(rec->rmap.rm_offset))) in xfs_rmapbt_init_high_key_from_rec()
Dxfs_format.h1403 #define XFS_RMAP_IS_BMBT_BLOCK(off) (!!((off) & XFS_RMAP_OFF_BMBT_BLOCK)) macro