Home
last modified time | relevance | path

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

/u-boot/fs/ext4/
A Dext4_common.c1536 uint32_t fileblock, int log2_blksz) in ext4fs_get_extent_block() argument
1556 } 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 …]
/u-boot/include/
A Dext4fs.h158 long int read_allocated_block(struct ext2_inode *inode, int fileblock,

Completed in 8 milliseconds