Home
last modified time | relevance | path

Searched refs:inode_out (Results 1 – 2 of 2) sorted by relevance

/fs/hostfs/
Dhostfs_user.c22 int stat_file(const char *path, unsigned long long *inode_out, int *mode_out, in stat_file() argument
37 if (inode_out != NULL) in stat_file()
38 *inode_out = buf.st_ino; in stat_file()
Dhostfs.h56 extern int stat_file(const char *path, unsigned long long *inode_out,