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

/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1678 #define STARTBLOCKMASK \ macro
1683 return ((x) & STARTBLOCKMASK) == STARTBLOCKMASK;
1689 return STARTBLOCKMASK | (k);
1694 return (xfs_filblks_t)((x) & ~STARTBLOCKMASK);

Completed in 328 milliseconds