Searched refs:hostfs_stat (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/hostfs/
H A Dhostfs.h56 struct hostfs_stat { struct
71 extern int stat_file(const char *path, struct hostfs_stat *p, int fd);
H A Dhostfs_user.c21 static void stat64_to_hostfs(const struct stat64 *buf, struct hostfs_stat *p)
42 int stat_file(const char *path, struct hostfs_stat *p, int fd)
197 struct hostfs_stat st;
H A Dhostfs_kern.c511 static int hostfs_inode_update(struct inode *ino, const struct hostfs_stat *st)
532 struct hostfs_stat *st = data;
570 const struct hostfs_stat *st = data;
578 struct hostfs_stat st;

Completed in 135 milliseconds