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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 121 milliseconds