Searched refs:root_cluster (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmsdos_fs_sb.h42 unsigned long root_cluster; /* first cluster of the root directory */ member in struct:msdos_sb_info
H A Dmsdos_fs.h137 __u32 root_cluster; /* first cluster in root directory */ member in struct:fat_boot_sector
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmsdos_fs_sb.h42 unsigned long root_cluster; /* first cluster of the root directory */ member in struct:msdos_sb_info
H A Dmsdos_fs.h137 __u32 root_cluster; /* first cluster in root directory */ member in struct:fat_boot_sector
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/dosfsck/
H A Dboot.c90 if (!fs->root_cluster) {
97 fs->root_cluster);
294 fs->root_cluster = 0; /* indicates standard, pre-FAT32 root dir */
299 fs->root_cluster = CF_LE_L(b.root_cluster);
300 if (!fs->root_cluster && fs->root_entries)
302 * root_cluster is 0 but there is a separate root dir
308 else if (!fs->root_cluster && !fs->root_entries)
310 else if (fs->root_cluster && fs->root_entries)
351 if (!fs->root_entries && !fs->root_cluster)
[all...]
H A Ddosfsck.h51 __u32 root_cluster; /* first cluster in root directory */ member in struct:boot_sector
106 unsigned long root_cluster; /* 0 for old-style root dir */ member in struct:__anon7513
H A Dcheck.c46 fs->root_cluster = __v; \
50 fs_write((loff_t)offsetof(struct boot_sector,root_cluster), \
51 sizeof(((struct boot_sector *)0)->root_cluster), \
67 if (fs->root_cluster) {
73 clu_num = fs->root_cluster;
113 clu_num = fs->root_cluster;
416 if (fs->root_cluster && expect == fs->root_cluster)
774 de.start = CT_LE_W(fs->root_cluster & 0xffff);
775 de.starthi = CT_LE_W((fs->root_cluster >> 1
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat/
H A Dinode.c392 MSDOS_I(inode)->i_start = sbi->root_cluster;
648 sbi->root_cluster = CF_LE_L(b->root_cluster);
686 sbi->root_cluster = 0;
746 sbi->root_cluster, sbi->free_clusters);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/fat.orig/
H A Dinode.c392 MSDOS_I(inode)->i_start = sbi->root_cluster;
648 sbi->root_cluster = CF_LE_L(b->root_cluster);
685 sbi->root_cluster = 0;
745 sbi->root_cluster, sbi->free_clusters);
/asus-wl-520gu-7.0.1.45/src/router/dosfstools/mkdosfs/
H A Dmkdosfs.c228 __u32 root_cluster; /* first cluster in root directory */ member in struct:msdos_boot_sector::__anon7516::__anon7518
1115 bs.fat32.root_cluster = CT_LE_L(2);
/asus-wl-520gu-7.0.1.45/src/router/mkdosfs/
H A Dmkdosfs.c216 __u32 root_cluster; /* first cluster in root directory */ member in struct:msdos_boot_sector::__anon11999::__anon12001
1137 bs.fat32.root_cluster = CT_LE_L(2);

Completed in 127 milliseconds