Searched refs:fileblock (Results 1 – 2 of 2) sorted by relevance
1536 uint32_t fileblock, int log2_blksz) in ext4fs_get_extent_block() argument1556 } while (fileblock >= le32_to_cpu(index[i].ei_block)); in ext4fs_get_extent_block()1683 fileblock, log2_blksz); in read_allocated_block()1697 if (startblock > fileblock) { in read_allocated_block()1703 } else if (fileblock < endblock) { in read_allocated_block()1709 return (fileblock - startblock) + start; in read_allocated_block()1719 if (fileblock < INDIRECT_BLOCKS) in read_allocated_block()1723 else if (fileblock < (INDIRECT_BLOCKS + (blksz / 4))) { in read_allocated_block()1764 [fileblock - INDIRECT_BLOCKS]); in read_allocated_block()1767 else if (fileblock < (INDIRECT_BLOCKS + (blksz / 4 * in read_allocated_block()[all …]
158 long int read_allocated_block(struct ext2_inode *inode, int fileblock,
Completed in 8 milliseconds