Searched refs:cachefiles_object (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/fs/cachefiles/ |
D | internal.h | 23 struct cachefiles_object; 35 struct cachefiles_object { struct 108 struct cachefiles_object *object; 165 struct cachefiles_object *object, 168 struct cachefiles_object *object); 169 extern int cachefiles_walk_to_object(struct cachefiles_object *parent, 170 struct cachefiles_object *object, 227 extern int cachefiles_check_object_type(struct cachefiles_object *object); 228 extern int cachefiles_set_object_xattr(struct cachefiles_object *object, 230 extern int cachefiles_update_object_xattr(struct cachefiles_object *object, [all …]
|
D | interface.c | 27 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 …]
|
D | rdwr.c | 25 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 …]
|
D | namei.c | 27 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 …]
|
D | xattr.c | 25 int cachefiles_check_object_type(struct cachefiles_object *object) in cachefiles_check_object_type() 100 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() 157 int cachefiles_check_auxdata(struct cachefiles_object *object) in cachefiles_check_auxdata() 196 int cachefiles_check_object_xattr(struct cachefiles_object *object, in cachefiles_check_object_xattr()
|
D | main.c | 42 struct cachefiles_object *object = _object; in cachefiles_object_init_once() 63 sizeof(struct cachefiles_object), in cachefiles_init()
|
D | io.c | 272 struct cachefiles_object *object; in cachefiles_prepare_read() 281 struct cachefiles_object, fscache); in cachefiles_prepare_read() 383 struct cachefiles_object *object; in cachefiles_begin_read_operation() 391 struct cachefiles_object, fscache); in cachefiles_begin_read_operation()
|
D | bind.c | 83 struct cachefiles_object *fsdef; in cachefiles_daemon_add_cache()
|
/Linux-v5.15/include/trace/events/ |
D | cachefiles.h | 72 TP_PROTO(struct cachefiles_object *obj, 100 TP_PROTO(struct cachefiles_object *obj, 123 TP_PROTO(struct cachefiles_object *obj, 145 TP_PROTO(struct cachefiles_object *obj, 167 TP_PROTO(struct cachefiles_object *obj, 192 TP_PROTO(struct cachefiles_object *obj, 220 TP_PROTO(struct cachefiles_object *obj, 241 TP_PROTO(struct cachefiles_object *obj, 243 struct cachefiles_object *xobj), 270 TP_PROTO(struct cachefiles_object *obj, [all …]
|