Searched refs:BDirEntry (Results 1 – 3 of 3) sorted by relevance
98 typedef struct BDirEntry struct110 } BDirEntry; argument
49 ASSERT(sizeof(BDirEntry) == 512); in O2FS_Mount()399 O2FSDumpDirEntry(BDirEntry *entry) in O2FSDumpDirEntry()432 int entryPerBlock = sb->blockSize / sizeof(BDirEntry); in O2FS_Lookup()434 BDirEntry *dir; in O2FS_Lookup()440 dir = (BDirEntry *)entry->buffer; in O2FS_Lookup()652 BDirEntry dirEntry; in O2FS_ReadDir()
174 BDirEntry *entries = malloc(128 * sizeof(BDirEntry)); in AddDirectory()181 memset(&entries[entry], 0, sizeof(BDirEntry)); in AddDirectory()225 uint64_t size = entry * sizeof(BDirEntry); in AddDirectory()303 assert(sizeof(BDirEntry) == 512); in main()