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

/u-boot/fs/ext4/
H A Dext4_common.c1385 long int ti_gp_blockno; local
1397 ti_gp_blockno = ext4fs_get_new_blk_no();
1398 if (ti_gp_blockno == -1) {
1408 debug("TIGPB %ld: %u\n", ti_gp_blockno,
1484 put_ext4(((uint64_t) ((uint64_t)ti_gp_blockno * (uint64_t)fs->blksz)),
1486 file_inode->b.blocks.triple_indir_block = cpu_to_le32(ti_gp_blockno);

Completed in 45 milliseconds