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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c40 # define FAT_DEBUG_F(s, x...) \ macro
55 # define FAT_DEBUG_F(s, x...) ((void)0) macro
253 FAT_DEBUG_F("cluster %"PRIu32" is at fat block %zu + %zu",
278 FAT_DEBUG_F("next cluster is %"PRIu32, result);
289 FAT_DEBUG_F("updating lfn data from entry with seq_nr 0x%x", (int)seq_nr);
343 FAT_DEBUG_F("search index %zu at block %zu + %zu",
351 FAT_DEBUG_F("file block %zu is block %zu", block_index, block);
392 FAT_DEBUG_F("search index %zu at cluster %zu + %zu",
420 FAT_DEBUG_F("dir cluster %zu is cluster %"PRIu32, cluster_index, cluster);
459 FAT_DEBUG_F("checkin
[all...]

Completed in 42 milliseconds