Home
last modified time | relevance | path

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

/sys/include/
Dvfs.h60 int VFS_ReadDir(VNode *fn, void *buf, uint64_t len, uint64_t *off);
/sys/kern/
Dvfs.c216 VFS_ReadDir(VNode *fn, void *buf, uint64_t len, uint64_t *off) in VFS_ReadDir() function
Dsyscall.c381 rstatus = VFS_ReadDir(handle->vnode, user_buf, len, &offset); in Syscall_ReadDir()