Searched refs:size_out (Results 1 – 7 of 7) sorted by relevance
/arch/um/drivers/ |
D | cow_sys.h | 31 static inline int cow_file_size(char *file, unsigned long long *size_out) in cow_file_size() argument 33 return os_file_size(file, size_out); in cow_file_size()
|
D | cow_user.c | 280 long long *mtime_out, unsigned long long *size_out, in read_cow_header() argument 318 *size_out = header->v1.size; in read_cow_header() 331 *size_out = be64toh(header->v2.size); in read_cow_header() 345 *size_out = be64toh(header->v3.size); in read_cow_header() 376 *size_out = be64toh(header->v3_b.size); in read_cow_header()
|
D | cow.h | 15 unsigned long long *size_out, int *sectorsize_out,
|
D | ubd_kern.c | 558 static inline int ubd_file_size(struct ubd *ubd_dev, __u64 *size_out) in ubd_file_size() argument 592 return os_file_size(file, size_out); in ubd_file_size()
|
/arch/powerpc/platforms/pseries/ |
D | papr_scm.c | 631 u32 size_out; member 640 .size_out = 0, 647 .size_out = sizeof(struct nd_papr_pdsm_health), 653 .size_out = 0, 700 if (pdsc->size_out && in papr_scm_service_pdsm() 701 pkg->nd_size_out != (pdsc->size_out + ND_PDSM_HDR_SIZE)) { in papr_scm_service_pdsm()
|
/arch/um/os-Linux/ |
D | file.c | 310 int os_file_size(const char *file, unsigned long long *size_out) in os_file_size() argument 340 *size_out = ((long long) blocks) * 512; in os_file_size() 343 else *size_out = buf.ust_size; in os_file_size()
|
/arch/um/include/shared/ |
D | os.h | 150 extern int os_file_size(const char *file, unsigned long long *size_out);
|