Home
last modified time | relevance | path

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

/sys/fs/o2fs/
Do2fs.c25 int O2FS_Read(VNode *fn, void *buf, uint64_t off, uint64_t len);
36 .read = O2FS_Read,
512 O2FS_Read(VNode *fn, void *buf, uint64_t off, uint64_t len) in O2FS_Read() function
663 status = O2FS_Read(fn, &dirEntry, *off, sizeof(dirEntry)); in O2FS_ReadDir()