Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_bmap_btree.h74 #define STARTBLOCKMASK \ macro
81 return ((x) & STARTBLOCKMASK) == STARTBLOCKMASK; in isnullstartblock()
92 return STARTBLOCKMASK | (k); in nullstartblock()
97 return (xfs_filblks_t)((x) & ~STARTBLOCKMASK); in startblockval()