Searched refs:blkno (Results 1 - 2 of 2) sorted by relevance

/u-boot/fs/ext4/
H A Dext4_write.c453 uint32_t blkno; local
537 blkno = ext4fs_bg_get_inode_table_id(bgd, fs) +
548 status = ext4fs_devread((lbaint_t)blkno * fs->sect_perblk,
553 if (ext4fs_log_journal(read_buffer, blkno))
561 if (ext4fs_put_metadata(start_block_address, blkno))
H A Dext4_common.c1572 long int blkno; local
1583 blkno = le32_to_cpu(data->sblock.first_data_block) + 1 +
1587 debug("ext4fs read %d group descriptor (blkno %ld blkoff %u)\n",
1588 group, blkno, blkoff);
1590 return ext4fs_devread((lbaint_t)blkno <<
1602 long int blkno; local
1628 blkno = ext4fs_bg_get_inode_table_id(blkgrp, fs) +
1636 status = ext4fs_devread((lbaint_t)blkno << (LOG2_BLOCK_SIZE(data) -

Completed in 96 milliseconds