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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c129 struct fat_mount { struct
158 acquire_or_read(struct fat_mount *mount, struct fs_cache *cache,
191 acquire_block(struct fat_mount *mount, size_t block, uint8_t **data)
198 release_block(struct fat_mount *mount, size_t block)
204 acquire_cluster(struct fat_mount *mount, uint32_t cluster, uint8_t **data)
212 release_cluster(struct fat_mount *mount, uint32_t cluster)
225 dirsearch_wipe(struct fat_dirsearch *search, struct fat_mount *mount)
245 next_cluster(struct fat_mount *mount, uint32_t cluster, uint32_t *rescluster)
325 next_f16_rootdir_block(struct fat_mount *mount, struct fat_dirsearch *search,
379 next_subdir_block(struct fat_mount *moun
[all...]

Completed in 34 milliseconds