Home
last modified time | relevance | path

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

/external/u-boot/fs/ext4/
Ddev.c45 get_fs()->total_sect = ((uint64_t)info->size * info->blksz) >> in ext4fs_set_blk_dev()
Dext4_common.c211 (part_offset + fs->total_sect)) { in put_ext4()
213 printf("total_sector is %" PRIu64 "\n", fs->total_sect); in put_ext4()
/external/u-boot/include/
Dext4fs.h83 uint64_t total_sect; member
Dfat.h105 __u32 total_sect; /* Number of sectors (if sectors == 0) */ member
/external/kernel-headers/original/uapi/linux/
Dmsdos_fs.h123 __le32 total_sect; /* number of sectors (if sectors == 0) */ member
/external/u-boot/fs/fat/
Dfat.c507 bs->total_sect = FAT2CPU32(bs->total_sect); in read_bootsectandvi()
Dfat_write.c924 total_sector = bs.total_sect; in do_fat_write()