Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_format.h1688 #define STARTBLOCKMASK \ macro
1693 return ((x) & STARTBLOCKMASK) == STARTBLOCKMASK; in isnullstartblock()
1699 return STARTBLOCKMASK | (k); in nullstartblock()
1704 return (xfs_filblks_t)((x) & ~STARTBLOCKMASK); in startblockval()