Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ext4/
H A Ddev.c46 get_fs()->total_sect = ((uint64_t)info->size * info->blksz) >> in ext4fs_set_blk_dev()
H A Dext4_common.c212 (part_offset + fs->total_sect)) { in put_ext4()
214 printf("total_sector is %" PRIu64 "\n", fs->total_sect); in put_ext4()
/rk3399_rockchip-uboot/include/
H A Dext4fs.h83 uint64_t total_sect; member
H A Dfat.h107 __u32 total_sect; /* Number of sectors (if sectors == 0) */ member
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c514 bs->total_sect = FAT2CPU32(bs->total_sect); in read_bootsectandvi()
H A Dfat_write.c926 total_sector = bs.total_sect; in do_fat_write()