Home
last modified time | relevance | path

Searched refs:fileblock (Results 1 – 1 of 1) sorted by relevance

/fs/ext4/
A Dext4_common.c1531 uint32_t fileblock, int log2_blksz) in ext4fs_get_extent_block() argument
1551 } while (fileblock >= le32_to_cpu(index[i].ei_block)); in ext4fs_get_extent_block()
1678 fileblock, log2_blksz); in read_allocated_block()
1692 if (startblock > fileblock) { in read_allocated_block()
1698 } else if (fileblock < endblock) { in read_allocated_block()
1704 return (fileblock - startblock) + start; in read_allocated_block()
1714 if (fileblock < INDIRECT_BLOCKS) in read_allocated_block()
1718 else if (fileblock < (INDIRECT_BLOCKS + (blksz / 4))) { in read_allocated_block()
1759 [fileblock - INDIRECT_BLOCKS]); in read_allocated_block()
1762 else if (fileblock < (INDIRECT_BLOCKS + (blksz / 4 * in read_allocated_block()
[all …]

Completed in 6 milliseconds