Home
last modified time | relevance | path

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

/sys/include/
Dvfs.h55 int VFS_Stat(const char *path, struct stat *sb);
/sys/kern/
Dvfs.c124 VFS_Stat(const char *path, struct stat *sb) in VFS_Stat() function
Dsyscall.c344 status = VFS_Stat(path, &sb); in Syscall_Stat()