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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap_btree.h98 #define STARTBLOCKMASK \ macro
106 return ((x) & STARTBLOCKMASK) == STARTBLOCKMASK;
119 return STARTBLOCKMASK | (k);
125 return (xfs_filblks_t)((x) & ~STARTBLOCKMASK);

Completed in 81 milliseconds