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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_bmap_btree.h66 #define STARTBLOCKMASK \ macro
73 return ((x) & STARTBLOCKMASK) == STARTBLOCKMASK;
84 return STARTBLOCKMASK | (k);
89 return (xfs_filblks_t)((x) & ~STARTBLOCKMASK);

Completed in 41 milliseconds