Searched refs:EXT_MAX_BLOCKS (Results 1 - 8 of 8) sorted by relevance
/fs/ext4/ |
H A D | move_extent.c | 505 if ((orig_start >= EXT_MAX_BLOCKS) || 506 (donor_start >= EXT_MAX_BLOCKS) || 507 (*len > EXT_MAX_BLOCKS) || 508 (donor_start + *len >= EXT_MAX_BLOCKS) || 509 (orig_start + *len >= EXT_MAX_BLOCKS)) { 511 "[ino:orig %lu, donor %lu]\n", EXT_MAX_BLOCKS, 617 if (next_blk == EXT_MAX_BLOCKS) {
|
H A D | extents.c | 1587 * returns allocated block in subsequent extent or EXT_MAX_BLOCKS. 1601 return EXT_MAX_BLOCKS; 1619 return EXT_MAX_BLOCKS; 1624 * returns first allocated block from next leaf or EXT_MAX_BLOCKS 1635 return EXT_MAX_BLOCKS; 1648 return EXT_MAX_BLOCKS; 1902 if (b2 == EXT_MAX_BLOCKS) 1909 len1 = EXT_MAX_BLOCKS - b1; 2039 next = EXT_MAX_BLOCKS; 2042 if (next != EXT_MAX_BLOCKS) { [all...] |
H A D | ioctl.c | 79 ext4_es_remove_extent(inode1, 0, EXT_MAX_BLOCKS); 80 ext4_es_remove_extent(inode2, 0, EXT_MAX_BLOCKS);
|
H A D | extents_status.c | 357 if (((__u64) es1->es_len) + es2->es_len > EXT_MAX_BLOCKS) { 361 es1->es_len, es2->es_len, EXT_MAX_BLOCKS);
|
H A D | indirect.c | 1218 ext4_es_remove_extent(inode, last_block, EXT_MAX_BLOCKS - last_block);
|
H A D | ext4.h | 2716 #define EXT_MAX_BLOCKS 0xffffffff macro
|
H A D | inode.c | 488 /* We can handle the block number less than EXT_MAX_BLOCKS */ 489 if (unlikely(map->m_lblk >= EXT_MAX_BLOCKS))
|
H A D | super.c | 976 ext4_es_remove_extent(inode, 0, EXT_MAX_BLOCKS);
|
Completed in 304 milliseconds