Searched refs:fat32_length (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dboot.c285 CF_LE_W(b.fat_length) : CF_LE_L(b.fat32_length);
297 if (!b.fat_length && b.fat32_length) {
326 memcpy(fs->volume_id, ((char *)&(b.fat32_length)) + 3, 4);
343 memcpy(fs->volume_id, ((char *)&(b.fat32_length)) + 3, 4);
H A Ddosfsck.h48 __u32 fat32_length; /* sectors/FAT */ member in struct:boot_sector
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/mkdosfs/
H A Dmkdosfs.c225 __u32 fat32_length; /* sectors/FAT */ member in struct:msdos_boot_sector::__anon7516::__anon7518
1020 bs.fat32.fat32_length = CT_LE_L(fatlength32);
1102 bs.fat32.fat32_length = CT_LE_L(fat_length);
1314 CF_LE_L(bs.fat32.fat32_length) : CF_LE_W(bs.fat_length);
/asus-wl-520gu-7.0.1.45/src/router/mkdosfs/
H A Dmkdosfs.c213 __u32 fat32_length; /* sectors/FAT */ member in struct:msdos_boot_sector::__anon11999::__anon12001
1042 bs.fat32.fat32_length = CT_LE_L(fatlength32);
1124 bs.fat32.fat32_length = CT_LE_L(fat_length);
1336 CF_LE_L(bs.fat32.fat32_length) : CF_LE_W(bs.fat_length);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmsdos_fs.h134 __u32 fat32_length; /* sectors/FAT */ member in struct:fat_boot_sector
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmsdos_fs.h134 __u32 fat32_length; /* sectors/FAT */ member in struct:fat_boot_sector
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dinode.c640 if (!b->fat_length && b->fat32_length) {
647 sbi->fat_length = CF_LE_L(b->fat32_length);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Dinode.c640 if (!b->fat_length && b->fat32_length) {
647 sbi->fat_length = CF_LE_L(b->fat32_length);

Completed in 43 milliseconds