Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cachefiles/
Dinterface.c31 struct cachefiles_object *object; in cachefiles_alloc_object()
120 struct cachefiles_object *parent, *object; in cachefiles_lookup_object()
129 struct cachefiles_object, fscache); in cachefiles_lookup_object()
130 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object()
162 struct cachefiles_object *object; in cachefiles_lookup_complete()
164 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete()
182 struct cachefiles_object *object = in cachefiles_grab_object()
183 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object()
200 struct cachefiles_object *object; in cachefiles_update_object()
209 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_update_object()
[all …]
Dinternal.h26 struct cachefiles_object;
38 struct cachefiles_object { struct
110 struct cachefiles_object *object;
162 struct cachefiles_object *object);
163 extern int cachefiles_walk_to_object(struct cachefiles_object *parent,
164 struct cachefiles_object *object,
240 extern int cachefiles_check_object_type(struct cachefiles_object *object);
241 extern int cachefiles_set_object_xattr(struct cachefiles_object *object,
243 extern int cachefiles_update_object_xattr(struct cachefiles_object *object,
245 extern int cachefiles_check_auxdata(struct cachefiles_object *object);
[all …]
Drdwr.c29 struct cachefiles_object *object; in cachefiles_read_waiter()
57 struct cachefiles_object, fscache); in cachefiles_read_waiter()
74 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue()
152 struct cachefiles_object *object; in cachefiles_read_copier()
158 struct cachefiles_object, fscache); in cachefiles_read_copier()
226 static int cachefiles_read_backing_file_one(struct cachefiles_object *object, in cachefiles_read_backing_file_one()
394 struct cachefiles_object *object; in cachefiles_read_or_alloc_page()
402 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_page()
466 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file()
683 struct cachefiles_object *object; in cachefiles_read_or_alloc_pages()
[all …]
Dxattr.c29 int cachefiles_check_object_type(struct cachefiles_object *object) in cachefiles_check_object_type()
103 int cachefiles_set_object_xattr(struct cachefiles_object *object, in cachefiles_set_object_xattr()
131 int cachefiles_update_object_xattr(struct cachefiles_object *object, in cachefiles_update_object_xattr()
159 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()
Dnamei.c31 void __cachefiles_printk_object(struct cachefiles_object *object, in __cachefiles_printk_object()
80 static noinline void cachefiles_printk_object(struct cachefiles_object *object, in cachefiles_printk_object()
81 struct cachefiles_object *xobject) in cachefiles_printk_object()
102 struct cachefiles_object *object; in cachefiles_mark_object_buried()
111 object = rb_entry(p, struct cachefiles_object, active_node); in cachefiles_mark_object_buried()
147 struct cachefiles_object *object) in cachefiles_mark_object_active()
149 struct cachefiles_object *xobject; in cachefiles_mark_object_active()
169 struct cachefiles_object, active_node); in cachefiles_mark_object_active()
410 struct cachefiles_object *object) in cachefiles_delete_object()
455 int cachefiles_walk_to_object(struct cachefiles_object *parent, in cachefiles_walk_to_object()
[all …]
Dmain.c45 struct cachefiles_object *object = _object; in cachefiles_object_init_once()
66 sizeof(struct cachefiles_object), in cachefiles_init()
Dbind.c86 struct cachefiles_object *fsdef; in cachefiles_daemon_add_cache()