Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/um/os-Linux/
Dfile.c25 static void copy_stat(struct uml_stat *dst, const struct stat64 *src) in copy_stat()
27 *dst = ((struct uml_stat) { in copy_stat()
43 int os_stat_fd(const int fd, struct uml_stat *ubuf) in os_stat_fd()
57 int os_stat_file(const char *file_name, struct uml_stat *ubuf) in os_stat_file()
136 struct uml_stat buf; in os_file_type()
312 struct uml_stat buf; in os_file_size()
350 struct uml_stat buf; in os_file_modtime()
/kernel/linux/linux-5.10/arch/um/include/shared/
Dos.h45 struct uml_stat { struct
135 extern int os_stat_file(const char *file_name, struct uml_stat *buf);
136 extern int os_stat_fd(const int fd, struct uml_stat *buf);
/kernel/linux/linux-5.10/arch/um/drivers/
Dubd_kern.c643 struct uml_stat buf1, buf2; in path_requires_switch()