Symbol: backing_file
arch/um/drivers/cow.h
18
extern int write_cow_header(char *cow_file, int fd, char *backing_file,
arch/um/drivers/cow.h
7
extern int init_cow_file(int fd, char *cow_file, char *backing_file,
arch/um/drivers/cow_user.c
106
char backing_file[PATH_LEN_V3];
arch/um/drivers/cow_user.c
197
int write_cow_header(char *cow_file, int fd, char *backing_file,
arch/um/drivers/cow_user.c
221
if (strlen(backing_file) > sizeof(header->backing_file) - 1) {
arch/um/drivers/cow_user.c
224
"limited to %zd characters\n", backing_file,
arch/um/drivers/cow_user.c
225
sizeof(header->backing_file) - 1);
arch/um/drivers/cow_user.c
229
if (absolutize(header->backing_file, sizeof(header->backing_file),
arch/um/drivers/cow_user.c
230
backing_file))
arch/um/drivers/cow_user.c
233
err = os_file_modtime(header->backing_file, &modtime);
arch/um/drivers/cow_user.c
236
"request failed, err = %d\n", header->backing_file,
arch/um/drivers/cow_user.c
241
err = cow_file_size(header->backing_file, size);
arch/um/drivers/cow_user.c
245
header->backing_file, -err);
arch/um/drivers/cow_user.c
26
char backing_file[PATH_LEN_V1];
arch/um/drivers/cow_user.c
296
if (n < offsetof(typeof(header->v1), backing_file)) {
arch/um/drivers/cow_user.c
322
file = header->v1.backing_file;
arch/um/drivers/cow_user.c
335
file = header->v2.backing_file;
arch/um/drivers/cow_user.c
338
else if (version == 3 && (*((int*)header->v3.backing_file) != 0)) {
arch/um/drivers/cow_user.c
353
file = header->v3.backing_file;
arch/um/drivers/cow_user.c
384
file = header->v3_b.backing_file;
arch/um/drivers/cow_user.c
403
int init_cow_file(int fd, char *cow_file, char *backing_file, int sectorsize,
arch/um/drivers/cow_user.c
411
err = write_cow_header(cow_file, fd, backing_file, sectorsize,
arch/um/drivers/cow_user.c
45
char backing_file[PATH_LEN_V2];
arch/um/drivers/cow_user.c
94
char backing_file[PATH_LEN_V3];
arch/um/drivers/ubd_kern.c
230
char *file, *backing_file, *serial;
arch/um/drivers/ubd_kern.c
308
backing_file = strsep(&str, ",:");
arch/um/drivers/ubd_kern.c
309
if (backing_file && *backing_file == '\0')
arch/um/drivers/ubd_kern.c
310
backing_file = NULL;
arch/um/drivers/ubd_kern.c
316
if (backing_file && ubd_dev->no_cow) {
arch/um/drivers/ubd_kern.c
323
ubd_dev->cow.file = backing_file;
arch/um/drivers/ubd_kern.c
495
char *backing_file;
arch/um/drivers/ubd_kern.c
511
err = read_cow_header(file_reader, &fd, &version, &backing_file, \
arch/um/drivers/ubd_kern.c
518
file = backing_file;
arch/um/drivers/ubd_kern.c
609
char *backing_file;
arch/um/drivers/ubd_kern.c
640
err = read_cow_header(file_reader, &fd, &version, &backing_file, &mtime,
arch/um/drivers/ubd_kern.c
650
asked_switch = path_requires_switch(*backing_file_out, backing_file,
arch/um/drivers/ubd_kern.c
665
*backing_file_out = backing_file;
arch/um/drivers/ubd_kern.c
680
static int create_cow_file(char *cow_file, char *backing_file,
arch/um/drivers/ubd_kern.c
696
err = init_cow_file(fd, cow_file, backing_file, sectorsize, alignment,
drivers/block/loop.c
707
LOOP_ATTR_RO(backing_file);
fs/file_table.c
295
struct backing_file *ff;
fs/file_table.c
55
#define backing_file(f) container_of(f, struct backing_file, file)
fs/file_table.c
59
return &backing_file(f)->user_path;
fs/file_table.c
600
args.freeptr_offset = offsetof(struct backing_file, bf_freeptr);
fs/file_table.c
601
bfilp_cachep = kmem_cache_create("bfilp", sizeof(struct backing_file),
fs/file_table.c
65
backing_file(f)->user_path = *path;
fs/file_table.c
77
kmem_cache_free(bfilp_cachep, backing_file(f));
fs/fuse/passthrough.c
110
struct file *backing_file = fuse_file_passthrough(ff);
fs/fuse/passthrough.c
120
backing_file, *ppos, len, flags);
fs/fuse/passthrough.c
125
ret = backing_file_splice_write(pipe, backing_file, &iocb, len, flags, &ctx);
fs/fuse/passthrough.c
135
struct file *backing_file = fuse_file_passthrough(ff);
fs/fuse/passthrough.c
142
backing_file, vma->vm_start, vma->vm_end);
fs/fuse/passthrough.c
144
return backing_file_mmap(backing_file, vma, &ctx);
fs/fuse/passthrough.c
157
struct file *backing_file;
fs/fuse/passthrough.c
170
backing_file = backing_file_open(&file->f_path, file->f_flags,
fs/fuse/passthrough.c
172
err = PTR_ERR(backing_file);
fs/fuse/passthrough.c
173
if (IS_ERR(backing_file)) {
fs/fuse/passthrough.c
179
ff->passthrough = backing_file;
fs/fuse/passthrough.c
32
struct file *backing_file = fuse_file_passthrough(ff);
fs/fuse/passthrough.c
42
backing_file, iocb->ki_pos, count);
fs/fuse/passthrough.c
47
ret = backing_file_read_iter(backing_file, iter, iocb, iocb->ki_flags,
fs/fuse/passthrough.c
59
struct file *backing_file = fuse_file_passthrough(ff);
fs/fuse/passthrough.c
68
backing_file, iocb->ki_pos, count);
fs/fuse/passthrough.c
74
ret = backing_file_write_iter(backing_file, iter, iocb, iocb->ki_flags,
fs/fuse/passthrough.c
86
struct file *backing_file = fuse_file_passthrough(ff);
fs/fuse/passthrough.c
95
backing_file, *ppos, len, flags);
fs/fuse/passthrough.c
99
ret = backing_file_splice_read(backing_file, &iocb, pipe, len, flags, &ctx);
tools/testing/selftests/ublk/common.c
22
char *file = dev->tgt.backing_file[i];
tools/testing/selftests/ublk/kublk.c
1383
strcpy(dev->tgt.backing_file[i], ctx->files[i]);
tools/testing/selftests/ublk/kublk.h
167
char backing_file[MAX_BACK_FILES][PATH_MAX];