Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/filesystem/vfs/
DVFS.h228 int vfs_fill_dirent(void *buf, ino_t d_ino, char *name, int namelen, unsigned char type, off_t offs…
DVFS.c215 int vfs_fill_dirent(void *buf, ino_t d_ino, char *name, int namelen, unsigned char type, off_t offs… in vfs_fill_dirent() function
/DragonOS-0.1.3/kernel/src/syscall/
Dsyscall.c470 retval = filp->file_ops->readdir(filp, dirent, &vfs_fill_dirent); in sys_getdents()