Searched refs:backing_file (Results 1 – 2 of 2) sorted by relevance
| /fs/fuse/ |
| A D | passthrough.c | 32 struct file *backing_file = fuse_file_passthrough(ff); in fuse_passthrough_read_iter() local 42 backing_file, iocb->ki_pos, count); in fuse_passthrough_read_iter() 68 backing_file, iocb->ki_pos, count); in fuse_passthrough_write_iter() 95 backing_file, *ppos, len, flags); in fuse_passthrough_splice_read() 120 backing_file, *ppos, len, flags); in fuse_passthrough_splice_write() 142 backing_file, vma->vm_start, vma->vm_end); in fuse_passthrough_mmap() 144 return backing_file_mmap(backing_file, vma, &ctx); in fuse_passthrough_mmap() 311 struct file *backing_file; in fuse_passthrough_open() local 330 err = PTR_ERR(backing_file); in fuse_passthrough_open() 331 if (IS_ERR(backing_file)) { in fuse_passthrough_open() [all …]
|
| /fs/ |
| A D | file_table.c | 47 struct backing_file { struct 55 #define backing_file(f) container_of(f, struct backing_file, file) macro 59 return &backing_file(f)->user_path; in backing_file_user_path() 65 backing_file(f)->user_path = *path; in backing_file_set_user_path() 77 kmem_cache_free(bfilp_cachep, backing_file(f)); in file_free() 295 struct backing_file *ff; in alloc_empty_backing_file() 599 args.freeptr_offset = offsetof(struct backing_file, bf_freeptr); in files_init() 600 bfilp_cachep = kmem_cache_create("bfilp", sizeof(struct backing_file), in files_init()
|
Completed in 6 milliseconds