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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap.h32 * xed_blockcount contains an offset much of the time because this
39 xfs_filblks_t xed_blockcount; /* blocks in range */ member in struct:xfs_extdelta
H A Dxfs_bmap.c568 if (delta->xed_blockcount <
570 delta->xed_blockcount = new->br_startoff +
1255 if (delta->xed_blockcount < temp2)
1256 delta->xed_blockcount = temp2;
1814 if (delta->xed_blockcount < temp2)
1815 delta->xed_blockcount = temp2;
2013 if (delta->xed_blockcount < temp2)
2014 delta->xed_blockcount = temp2;
2270 if (delta->xed_blockcount < temp2)
2271 delta->xed_blockcount
[all...]

Completed in 82 milliseconds