Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddigraph.h92 cluster_t *root_cluster,
95 cluster_t *root_cluster,
98 cluster_t *root_cluster,
147 cluster_t *root_cluster, in dump_dot_to_pp() argument
162 if (root_cluster) in dump_dot_to_pp()
167 root_cluster->add_node (n); in dump_dot_to_pp()
168 root_cluster->dump_dot (&gv, args); in dump_dot_to_pp()
198 cluster_t *root_cluster, in dump_dot_to_file() argument
205 dump_dot_to_pp (&pp, root_cluster, args); in dump_dot_to_file()
216 cluster_t *root_cluster, in dump_dot() argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddigraph.h92 cluster_t *root_cluster,
95 cluster_t *root_cluster,
98 cluster_t *root_cluster,
147 cluster_t *root_cluster, in dump_dot_to_pp() argument
162 if (root_cluster) in dump_dot_to_pp()
167 root_cluster->add_node (n); in dump_dot_to_pp()
168 root_cluster->dump_dot (&gv, args); in dump_dot_to_pp()
198 cluster_t *root_cluster, in dump_dot_to_file() argument
205 dump_dot_to_pp (&pp, root_cluster, args); in dump_dot_to_file()
216 cluster_t *root_cluster, in dump_dot() argument
[all …]
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c521 bs->root_cluster = FAT2CPU32(bs->root_cluster); in read_bootsectandvi()
587 mydata->root_cluster = bs.root_cluster; in get_fs_info()
596 mydata->root_cluster = in get_fs_info()
615 mydata->root_cluster, in get_fs_info()
677 itr->clust = fsdata->root_cluster; in fat_itr_root()
714 itr->clust = parent->fsdata->root_cluster; in fat_itr_child()
/OK3568_Linux_fs/u-boot/include/
H A Dfat.h113 __u32 root_cluster; /* First cluster in root directory */ member
177 __u32 root_cluster; /* First cluster of root dir for FAT32 */ member
/OK3568_Linux_fs/kernel/fs/exfat/
H A Dexfat_raw.h95 __le32 root_cluster; member
H A Dsuper.c488 sbi->root_dir = le32_to_cpu(p_boot->root_cluster); in exfat_read_boot_sector()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmsdos_fs.h145 __le32 root_cluster; /* first cluster in 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.h150 __le32 root_cluster; /* first cluster in 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.h150 __le32 root_cluster; /* first cluster in member
/OK3568_Linux_fs/kernel/fs/fat/
H A Dinode.c506 MSDOS_I(dir)->i_start == MSDOS_SB(sb)->root_cluster) { in fat_validate_dir()
1396 MSDOS_I(inode)->i_start = sbi->root_cluster; in fat_read_root()
1475 bpb->fat32_root_cluster = le32_to_cpu(b->fat32.root_cluster); in fat_read_bpb()
1704 sbi->root_cluster = 0; in fat_fill_super()
1723 sbi->root_cluster = bpb.fat32_root_cluster; in fat_fill_super()
H A Dfat.h74 unsigned long root_cluster; /* first cluster of the root directory */ member