Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_bmap_btree.h110 #define STARTBLOCKVALBITS 17 macro
114 (((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
116 (((((xfs_dfsbno_t)1) << DSTARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
134 ((ASSERT(k < (1 << STARTBLOCKVALBITS))), (STARTBLOCKMASK | (k)))