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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dext4_extents.h141 #define EXT_MAX_BLOCK 0xffffffff macro
H A Dmove_extent.c1006 if ((orig_start > EXT_MAX_BLOCK) ||
1007 (donor_start > EXT_MAX_BLOCK) ||
1008 (*len > EXT_MAX_BLOCK) ||
1009 (orig_start + *len > EXT_MAX_BLOCK)) {
1011 "[ino:orig %lu, donor %lu]\n", EXT_MAX_BLOCK,
H A Dextents.c1411 * returns allocated block in subsequent extent or EXT_MAX_BLOCK.
1425 return EXT_MAX_BLOCK;
1442 return EXT_MAX_BLOCK;
1447 * returns first allocated block from next leaf or EXT_MAX_BLOCK
1459 return EXT_MAX_BLOCK;
1472 return EXT_MAX_BLOCK;
1655 if (b2 == EXT_MAX_BLOCK)
1661 len1 = EXT_MAX_BLOCK - b1;
1743 && next != EXT_MAX_BLOCK) {
1861 while (block < last && block != EXT_MAX_BLOCK) {
[all...]

Completed in 125 milliseconds