Searched refs:vfs_fill_dirent (Results 1 – 3 of 3) sorted by relevance
/DragonOS-0.1.3/kernel/src/filesystem/vfs/ |
D | VFS.h | 228 int vfs_fill_dirent(void *buf, ino_t d_ino, char *name, int namelen, unsigned char type, off_t offs…
|
D | VFS.c | 215 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/ |
D | syscall.c | 470 retval = filp->file_ops->readdir(filp, dirent, &vfs_fill_dirent); in sys_getdents()
|