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

/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1676 #define STARTBLOCKVALBITS 17 macro
1679 (((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
1688 ASSERT(k < (1 << STARTBLOCKVALBITS));

Completed in 148 milliseconds