Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/fat/
H A Dfat.c505 bs->total_sect = FAT2CPU32(bs->total_sect); in read_bootsectandvi()
559 mydata->total_sect = bs.total_sect; in get_fs_info()
562 mydata->total_sect = (bs.sectors[1] << 8) + bs.sectors[0]; in get_fs_info()
563 if (!mydata->total_sect) in get_fs_info()
564 mydata->total_sect = bs.total_sect; in get_fs_info()
566 if (!mydata->total_sect) /* unlikely */ in get_fs_info()
567 mydata->total_sect = (u32)cur_part_info.size; in get_fs_info()
H A Dfat_write.c1090 total_sector = datablock.total_sect; in file_fat_write_at()
1293 total_sector = fsdata.total_sect; in fat_unlink()
1371 total_sector = datablock.total_sect; in fat_mkdir()
/openbmc/u-boot/include/
H A Dfat.h105 __u32 total_sect; /* Number of sectors (if sectors == 0) */ member
176 u32 total_sect; /* Number of sectors */ member
H A Dext4fs.h84 uint64_t total_sect; member
/openbmc/u-boot/fs/ext4/
H A Ddev.c45 get_fs()->total_sect = ((uint64_t)info->size * info->blksz) >> in ext4fs_set_blk_dev()
H A Dext4_common.c210 (part_offset + fs->total_sect)) { in put_ext4()
212 printf("total_sector is %llu\n", fs->total_sect); in put_ext4()
/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h123 __le32 total_sect; /* number of sectors (if sectors == 0) */ member
/openbmc/linux/fs/fat/
H A Dinode.c1468 bpb->fat_total_sect = le32_to_cpu(b->total_sect); in fat_read_bpb()