Searched refs:stat_file (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_user.c | 43 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()
|
H A D | hostfs_user_exp.c | 4 EXPORT_SYMBOL_GPL(stat_file);
|
H A D | hostfs.h | 72 extern int stat_file(const char *path, struct hostfs_stat *p, int fd);
|
H A D | hostfs_kern.c | 577 int err = stat_file(name, &st, -1); in hostfs_iget()
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | toaster.bbclass | 227 'stat_file': filename,
|