Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_bmap_btree.c104 ext_flag = (int)(l0 >> (64 - BMBT_EXNTFLAG_BITLEN)); in __xfs_bmbt_get_all()
106 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in __xfs_bmbt_get_all()
156 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in xfs_bmbt_get_startoff()
165 ext_flag = (int)((r->l0) >> (64 - BMBT_EXNTFLAG_BITLEN)); in xfs_bmbt_get_state()
188 xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN)) >> 9; in xfs_bmbt_disk_get_startoff()
324 r->l0 &= xfs_mask64lo(64 - BMBT_EXNTFLAG_BITLEN); in xfs_bmbt_set_state()
326 r->l0 |= xfs_mask64hi(BMBT_EXNTFLAG_BITLEN); in xfs_bmbt_set_state()
Dxfs_bmap_btree.h141 if (ep->l0 >> (64 - BMBT_EXNTFLAG_BITLEN) == 0) in xfs_bmbt_validate_extent()
Dxfs_format.h1528 #define BMBT_EXNTFLAG_BITLEN 1 macro