Home
last modified time | relevance | path

Searched refs:size_out (Results 1 – 7 of 7) sorted by relevance

/arch/um/drivers/
Dcow_sys.h31 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()
Dcow_user.c280 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()
Dcow.h15 unsigned long long *size_out, int *sectorsize_out,
Dubd_kern.c558 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/
Dpapr_scm.c631 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/
Dfile.c310 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/
Dos.h150 extern int os_file_size(const char *file, unsigned long long *size_out);