Home
last modified time | relevance | path

Searched refs:cachefiles_object (Results 1 – 7 of 7) sorted by relevance

/fs/cachefiles/
Dinterface.c27 struct cachefiles_object *object; in cachefiles_alloc_object()
122 struct cachefiles_object *parent, *object; in cachefiles_lookup_object()
131 struct cachefiles_object, fscache); in cachefiles_lookup_object()
132 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object()
164 struct cachefiles_object *object; in cachefiles_lookup_complete()
166 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete()
185 struct cachefiles_object *object = in cachefiles_grab_object()
186 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object()
206 struct cachefiles_object *object; in cachefiles_update_object()
216 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_update_object()
[all …]
Dinternal.h23 struct cachefiles_object;
35 struct cachefiles_object { struct
108 struct cachefiles_object *object;
162 struct cachefiles_object *object,
165 struct cachefiles_object *object);
166 extern int cachefiles_walk_to_object(struct cachefiles_object *parent,
167 struct cachefiles_object *object,
243 extern int cachefiles_check_object_type(struct cachefiles_object *object);
244 extern int cachefiles_set_object_xattr(struct cachefiles_object *object,
246 extern int cachefiles_update_object_xattr(struct cachefiles_object *object,
[all …]
Drdwr.c25 struct cachefiles_object *object; in cachefiles_read_waiter()
59 object = container_of(op->op.object, struct cachefiles_object, fscache); in cachefiles_read_waiter()
76 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue()
155 struct cachefiles_object *object; in cachefiles_read_copier()
161 struct cachefiles_object, fscache); in cachefiles_read_copier()
229 static int cachefiles_read_backing_file_one(struct cachefiles_object *object, in cachefiles_read_backing_file_one()
396 struct cachefiles_object *object; in cachefiles_read_or_alloc_page()
404 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_page()
465 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file()
687 struct cachefiles_object *object; in cachefiles_read_or_alloc_pages()
[all …]
Dnamei.c27 void __cachefiles_printk_object(struct cachefiles_object *object, in __cachefiles_printk_object()
69 static noinline void cachefiles_printk_object(struct cachefiles_object *object, in cachefiles_printk_object()
70 struct cachefiles_object *xobject) in cachefiles_printk_object()
88 struct cachefiles_object *object; in cachefiles_mark_object_buried()
97 object = rb_entry(p, struct cachefiles_object, active_node); in cachefiles_mark_object_buried()
137 struct cachefiles_object *object) in cachefiles_mark_object_active()
139 struct cachefiles_object *xobject; in cachefiles_mark_object_active()
161 struct cachefiles_object, active_node); in cachefiles_mark_object_active()
257 struct cachefiles_object *object, in cachefiles_mark_object_inactive()
288 struct cachefiles_object *object, in cachefiles_bury_object()
[all …]
Dxattr.c25 int cachefiles_check_object_type(struct cachefiles_object *object) in cachefiles_check_object_type()
99 int cachefiles_set_object_xattr(struct cachefiles_object *object, in cachefiles_set_object_xattr()
128 int cachefiles_update_object_xattr(struct cachefiles_object *object, in cachefiles_update_object_xattr()
158 int cachefiles_check_auxdata(struct cachefiles_object *object) in cachefiles_check_auxdata()
197 int cachefiles_check_object_xattr(struct cachefiles_object *object, in cachefiles_check_object_xattr()
Dmain.c43 struct cachefiles_object *object = _object; in cachefiles_object_init_once()
64 sizeof(struct cachefiles_object), in cachefiles_init()
Dbind.c83 struct cachefiles_object *fsdef; in cachefiles_daemon_add_cache()