Searched refs:stat_file (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/hostfs/ |
A D | hostfs_user.c | 41 int stat_file(const char *path, struct hostfs_stat *p, int fd) in stat_file() function 240 err = stat_file(file, &st, fd); in set_attr() 268 err = stat_file(file, &st, fd); in set_attr()
|
A D | hostfs.h | 70 extern int stat_file(const char *path, struct hostfs_stat *p, int fd);
|
A D | hostfs_kern.c | 519 int err = stat_file(name, &st, -1); in read_name()
|
Completed in 6 milliseconds