Home
last modified time | relevance | path

Searched refs:fat32_slot_info (Results 1 – 4 of 4) sorted by relevance

/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat_ent.h99 int fat32_remove_entries(struct vfs_index_node_t *dir, struct fat32_slot_info *sinfo);
Dfat32.h174 struct fat32_slot_info struct
Dfat32.c20 static int vfat_find(struct vfs_index_node_t *dir, const char *name, struct fat32_slot_info *slot_i…
22 struct fat32_slot_info *sinfo);
57 struct fat32_slot_info *sinfo) in __fat32_search_long_short()
322 struct fat32_slot_info sinfo = {0}; in fat32_lookup()
1127 struct fat32_slot_info sinfo = {0}; in fat32_unlink()
1377 …ch_long(struct vfs_index_node_t *dir, const char *name, int len, struct fat32_slot_info *slot_info) in fat_search_long()
1391 static int vfat_find(struct vfs_index_node_t *dir, const char *name, struct fat32_slot_info *slot_i… in vfat_find()
Dfat_ent.c433 int fat32_remove_entries(struct vfs_index_node_t *dir, struct fat32_slot_info *sinfo) in fat32_remove_entries()