Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap_btree.c70 irec->br_startoff = (l0 & xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in xfs_bmbt_disk_get_all()
73 if (l0 >> (64 - BMBT_EXNTFLAG_BITLEN)) in xfs_bmbt_disk_get_all()
97 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in xfs_bmbt_disk_get_startoff()
H A Dxfs_format.h1660 #define BMBT_EXNTFLAG_BITLEN 1 macro