Home
last modified time | relevance | path

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

/linux-6.12.1/fs/hostfs/
Dhostfs_user.c43 int stat_file(const char *path, struct hostfs_stat *p, int fd) in stat_file() function
242 err = stat_file(file, &st, fd); in set_attr()
270 err = stat_file(file, &st, fd); in set_attr()
Dhostfs_user_exp.c4 EXPORT_SYMBOL_GPL(stat_file);
Dhostfs.h72 extern int stat_file(const char *path, struct hostfs_stat *p, int fd);
Dhostfs_kern.c585 int err = stat_file(name, &st, -1); in hostfs_iget()