Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_format.h1548 #define STARTBLOCKMASK \ macro
1553 return ((x) & STARTBLOCKMASK) == STARTBLOCKMASK; in isnullstartblock()
1559 return STARTBLOCKMASK | (k); in nullstartblock()
1564 return (xfs_filblks_t)((x) & ~STARTBLOCKMASK); in startblockval()