Home
last modified time | relevance | path

Searched refs:stat_file (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/hostfs/
H A Dhostfs_user.c49 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()
H A Dhostfs_user_exp.c4 EXPORT_SYMBOL_GPL(stat_file);
H A Dhostfs.h72 extern int stat_file(const char *path, struct hostfs_stat *p, int fd);
H A Dhostfs_kern.c572 int err = stat_file(name, &st, -1); in hostfs_iget()