Searched refs:os_file_size (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | cow_sys.h | 33 return os_file_size(file, size_out); in cow_file_size()
|
H A D | ubd_kern.c | 592 return os_file_size(file, size_out); in ubd_file_size() 619 err = os_file_size(file, &actual); in backing_file_mismatch()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | cow_sys.h | 33 return os_file_size(file, size_out); in cow_file_size()
|
H A D | ubd_kern.c | 544 return os_file_size(file, size_out); in ubd_file_size() 571 err = os_file_size(file, &actual); in backing_file_mismatch()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | ksyms.c | 26 EXPORT_SYMBOL(os_file_size); variable
|
H A D | initrd.c | 26 err = os_file_size(initrd, &size); in read_initrd()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | ksyms.c | 26 EXPORT_SYMBOL(os_file_size); variable
|
H A D | load_file.c | 42 err = os_file_size(filename, size); in uml_load_file()
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
H A D | os.h | 150 extern int os_file_size(const char *file, unsigned long long *size_out);
|
/kernel/linux/linux-6.6/arch/um/include/shared/ |
H A D | os.h | 155 extern int os_file_size(const char *file, unsigned long long *size_out);
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
H A D | file.c | 310 int os_file_size(const char *file, unsigned long long *size_out) in os_file_size() function
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | file.c | 310 int os_file_size(const char *file, unsigned long long *size_out) in os_file_size() function
|
Completed in 9 milliseconds