Home
last modified time | relevance | path

Searched refs:BDirEntry (Results 1 – 3 of 3) sorted by relevance

/sys/fs/o2fs/
Do2fs.h98 typedef struct BDirEntry struct
110 } BDirEntry; argument
Do2fs.c49 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()
/sbin/newfs_o2fs/
Dnewfs_o2fs.c174 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()