Searched defs:backing_file (Results 1 – 5 of 5) sorted by relevance
/linux/fs/fuse/ |
H A D | passthrough.c | 32 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_read_iter() local 59 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_write_iter() local 86 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_splice_read() local 110 struct file *backing_file = fuse_file_passthrough(ff); fuse_passthrough_splice_write() local 135 struct file *backing_file = fuse_file_passthrough(ff); fuse_passthrough_mmap() local 311 struct file *backing_file; fuse_passthrough_open() local [all...] |
/linux/arch/um/drivers/ |
H A D | cow_user.c | 26 char backing_file[PATH_LEN_V1]; member 45 char backing_file[PATH_LEN_V2]; member 94 char backing_file[PATH_LEN_V3]; member 106 char backing_file[PATH_LEN_V3]; member 197 int write_cow_header(char *cow_file, int fd, char *backing_file, in write_cow_header() 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) init_cow_file() argument [all...] |
H A D | ubd_kern.c | 230 char *file, *backing_file, *serial; in ubd_setup_common() local 495 char *backing_file; in ubd_file_size() local 609 char *backing_file; open_ubd_file() local 680 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) create_cow_file() argument [all...] |
/linux/fs/ |
H A D | file_table.c | 47 struct backing_file { struct 55 #define backing_file(f) container_of(f, struct backing_file, file) macro [all...] |
/linux/tools/testing/selftests/ublk/ |
H A D | kublk.h | 157 char backing_file[MAX_BACK_FILES][PATH_MAX]; member
|