Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/include/
H A Dext4fs.h83 uint64_t total_sect; member
H A Dfat.h107 __u32 total_sect; /* Number of sectors (if sectors == 0) */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmsdos_fs.h123 __le32 total_sect; /* number of sectors (if sectors == 0) */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmsdos_fs.h128 __le32 total_sect; /* number of sectors (if sectors == 0) */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmsdos_fs.h128 __le32 total_sect; /* number of sectors (if sectors == 0) */ member
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/fs/fat/
H A Dinode.c1469 bpb->fat_total_sect = le32_to_cpu(b->total_sect); in fat_read_bpb()