Searched refs:stat_file (Results 1 – 4 of 4) sorted by relevance
| /fs/hostfs/ |
| A D | hostfs_user.c | 49 int stat_file(const char *path, struct hostfs_stat *p, int fd) in stat_file() function 251 err = stat_file(file, &st, fd); in set_attr() 279 err = stat_file(file, &st, fd); in set_attr()
|
| A D | hostfs_user_exp.c | 4 EXPORT_SYMBOL_GPL(stat_file);
|
| A D | hostfs.h | 72 extern int stat_file(const char *path, struct hostfs_stat *p, int fd);
|
| A D | hostfs_kern.c | 574 int err = stat_file(name, &st, -1); in hostfs_iget()
|
Completed in 10 milliseconds