Home
last modified time | relevance | path

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

/linux-4.4.14/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
109 struct cachefiles_object *object;
161 struct cachefiles_object *object);
162 extern int cachefiles_walk_to_object(struct cachefiles_object *parent,
163 struct cachefiles_object *object,
239 extern int cachefiles_check_object_type(struct cachefiles_object *object);
240 extern int cachefiles_set_object_xattr(struct cachefiles_object *object,
242 extern int cachefiles_update_object_xattr(struct cachefiles_object *object,
244 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()
463 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file()
680 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()
103 struct cachefiles_object *object; in cachefiles_mark_object_buried()
112 object = rb_entry(p, struct cachefiles_object, active_node); in cachefiles_mark_object_buried()
149 struct cachefiles_object *object) in cachefiles_mark_object_active()
151 struct cachefiles_object *xobject; in cachefiles_mark_object_active()
171 struct cachefiles_object, active_node); in cachefiles_mark_object_active()
413 struct cachefiles_object *object) in cachefiles_delete_object()
459 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()