Searched defs:backing_file (Results 1 – 4 of 4) sorted by relevance
32 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_read_iter() local59 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_write_iter() local86 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_splice_read() local110 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_splice_write() local135 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_mmap() local157 struct file *backing_file; in fuse_passthrough_open() local
26 char backing_file[PATH_LEN_V1]; member45 char backing_file[PATH_LEN_V2]; member94 char backing_file[PATH_LEN_V3]; member106 char backing_file[PATH_LEN_V3]; member197 int write_cow_header(char *cow_file, int fd, char *backing_file, in write_cow_header()403 int init_cow_file(int fd, char *cow_file, char *backing_file, int sectorsize, in init_cow_file()
47 struct backing_file { struct55 #define backing_file(f) container_of(f, struct backing_file, file) macro
158 char backing_file[MAX_BACK_FILES][PATH_MAX]; member