Lines Matching defs:backing_file
47 struct backing_file {
55 #define backing_file(f) container_of(f, struct backing_file, file)
59 return &backing_file(f)->user_path;
65 backing_file(f)->user_path = *path;
77 kmem_cache_free(bfilp_cachep, backing_file(f));
287 * Variant of alloc_empty_file() that allocates a backing_file container
295 struct backing_file *ff;
599 args.freeptr_offset = offsetof(struct backing_file, bf_freeptr);
600 bfilp_cachep = kmem_cache_create("bfilp", sizeof(struct backing_file),