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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c451 char dosfn[12], uint16_t lfn_data[LFN_CHAR_COUNT], bool *has_lfn,
533 *has_lfn = has_lfn_;
573 bool has_lfn; local
579 &has_lfn, direntry);
588 if (has_lfn) {
957 bool has_lfn; local
963 &has_lfn, dirent_data);
969 if (has_lfn) {
450 read_next_direntry(struct fat_mount *mount, struct fat_dirsearch *search, char dosfn[12], uint16_t lfn_data[LFN_CHAR_COUNT], bool *has_lfn, uint8_t direntry_data[fat_direntry_size]) argument

Completed in 36 milliseconds