Searched refs:O2FS_Read (Results 1 – 1 of 1) sorted by relevance
| /sys/fs/o2fs/ |
| D | o2fs.c | 25 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()
|