Searched refs:stat_file (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/hostfs/ |
| H 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()
|
| H A D | hostfs.h | 70 extern int stat_file(const char *path, struct hostfs_stat *p, int fd);
|
| H A D | hostfs_kern.c | 513 int err = stat_file(name, &st, -1); in read_name()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | toaster.bbclass | 227 'stat_file': filename,
|