Searched defs:backing_file (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/um/drivers/
H A Dcow_user.c26 char backing_file[PATH_LEN_V1]; member in struct:cow_header_v1
45 char backing_file[PATH_LEN_V2]; member in struct:cow_header_v2
94 char backing_file[PATH_LEN_V3]; member in struct:cow_header_v3
106 char backing_file[PATH_LEN_V3]; member in struct:cow_header_v3_broken
197 int write_cow_header(char *cow_file, int fd, char *backing_file, argument
403 init_cow_file(int fd, char *cow_file, char *backing_file, int sectorsize, int alignment, int *bitmap_offset_out, unsigned long *bitmap_len_out, int *data_offset_out) argument
[all...]
H A Dubd_kern.c232 char *file, *backing_file, *serial; local
509 char *backing_file; local
623 char *backing_file; local
694 create_cow_file(char *cow_file, char *backing_file, struct openflags flags, int sectorsize, int alignment, int *bitmap_offset_out, unsigned long *bitmap_len_out, int *data_offset_out) argument
[all...]
/linux-master/fs/
H A Dfile_table.c47 struct backing_file { struct
52 static inline struct backing_file *backing_file(struct file *f) function
/linux-master/fs/fuse/
H A Dpassthrough.c32 struct file *backing_file = fuse_file_passthrough(ff); local
60 struct file *backing_file = fuse_file_passthrough(ff); local
88 struct file *backing_file = fuse_file_passthrough(ff); local
107 struct file *backing_file = fuse_file_passthrough(ff); local
130 struct file *backing_file = fuse_file_passthrough(ff); local
311 struct file *backing_file; local
[all...]
/linux-master/drivers/block/
H A Dloop.c718 LOOP_ATTR_RO(backing_file); variable

Completed in 146 milliseconds