Go to the documentation of this file.
8 static inline void *cow_malloc(
int size)
13 static inline void cow_free(
void *
ptr)
18 #define cow_printf printk
20 static inline char *cow_strdup(
char *
str)
30 static inline int cow_file_size(
char *
file,
unsigned long long *size_out)
35 static inline int cow_write_file(
int fd,
void *
buf,
int size)