Home
last modified time | relevance | path

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

/u-boot/fs/ext4/
A Ddev.c46 get_fs()->total_sect = ((uint64_t)info->size * info->blksz) >> in ext4fs_set_blk_dev()
A Dext4_common.c213 (part_offset + fs->total_sect)) { in put_ext4()
215 printf("total_sector is %llu\n", fs->total_sect); in put_ext4()
/u-boot/fs/fat/
A Dfat.c520 bs->total_sect = FAT2CPU32(bs->total_sect); in read_bootsectandvi()
574 mydata->total_sect = bs.total_sect; in get_fs_info()
577 mydata->total_sect = (bs.sectors[1] << 8) + bs.sectors[0]; in get_fs_info()
578 if (!mydata->total_sect) in get_fs_info()
579 mydata->total_sect = bs.total_sect; in get_fs_info()
581 if (!mydata->total_sect) /* unlikely */ in get_fs_info()
582 mydata->total_sect = (u32)cur_part_info.size; in get_fs_info()
A Dfat_write.c1346 total_sector = datablock.total_sect; in file_fat_write_at()
1593 total_sector = fsdata.total_sect; in fat_unlink()
1671 total_sector = datablock.total_sect; in fat_mkdir()
/u-boot/include/
A Dfat.h107 __u32 total_sect; /* Number of sectors (if sectors == 0) */ member
183 u32 total_sect; /* Number of sectors */ member
A Dext4fs.h86 uint64_t total_sect; member

Completed in 16 milliseconds