Searched refs:size_out (Results 1 – 6 of 6) sorted by relevance
/arch/um/drivers/ |
D | cow_sys.h | 30 static inline int cow_file_size(char *file, unsigned long long *size_out) in cow_file_size() argument 32 return os_file_size(file, size_out); in cow_file_size()
|
D | cow_user.c | 279 time_t *mtime_out, unsigned long long *size_out, in read_cow_header() argument 317 *size_out = header->v1.size; in read_cow_header() 330 *size_out = be64toh(header->v2.size); in read_cow_header() 344 *size_out = be64toh(header->v3.size); in read_cow_header() 375 *size_out = be64toh(header->v3_b.size); in read_cow_header()
|
D | cow.h | 14 unsigned long long *size_out, int *sectorsize_out,
|
D | ubd_kern.c | 497 static inline int ubd_file_size(struct ubd *ubd_dev, __u64 *size_out) in ubd_file_size() argument 531 return os_file_size(file, size_out); in ubd_file_size()
|
/arch/um/os-Linux/ |
D | file.c | 269 int os_file_size(const char *file, unsigned long long *size_out) in os_file_size() argument 299 *size_out = ((long long) blocks) * 512; in os_file_size() 302 else *size_out = buf.ust_size; in os_file_size()
|
/arch/um/include/shared/ |
D | os.h | 144 extern int os_file_size(const char *file, unsigned long long *size_out);
|