Home
last modified time | relevance | path

Searched refs:uml_stat (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/um/os-Linux/
Dfile.c20 static void copy_stat(struct uml_stat *dst, const struct stat64 *src) in copy_stat()
22 *dst = ((struct uml_stat) { in copy_stat()
38 int os_stat_fd(const int fd, struct uml_stat *ubuf) in os_stat_fd()
52 int os_stat_file(const char *file_name, struct uml_stat *ubuf) in os_stat_file()
131 struct uml_stat buf; in os_file_type()
273 struct uml_stat buf; in os_file_size()
311 struct uml_stat buf; in os_file_modtime()
/linux-2.6.39/arch/um/include/shared/
Dos.h36 struct uml_stat { struct
126 extern int os_stat_file(const char *file_name, struct uml_stat *buf);
127 extern int os_stat_fd(const int fd, struct uml_stat *buf);
/linux-2.6.39/arch/um/drivers/
Dubd_kern.c573 struct uml_stat buf1, buf2; in path_requires_switch()