Searched refs:cachefiles_object (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/include/trace/events/ |
D | cachefiles.h | 76 TP_PROTO(struct cachefiles_object *obj, 85 __field(struct cachefiles_object *, obj ) 104 TP_PROTO(struct cachefiles_object *obj, 111 __field(struct cachefiles_object *, obj ) 127 TP_PROTO(struct cachefiles_object *obj, 133 __field(struct cachefiles_object *, obj ) 149 TP_PROTO(struct cachefiles_object *obj, 155 __field(struct cachefiles_object *, obj ) 171 TP_PROTO(struct cachefiles_object *obj, 179 __field(struct cachefiles_object *, obj ) [all …]
|
/linux-4.19.296/fs/cachefiles/ |
D | internal.h | 27 struct cachefiles_object; 39 struct cachefiles_object { struct 112 struct cachefiles_object *object; 166 struct cachefiles_object *object, 169 struct cachefiles_object *object); 170 extern int cachefiles_walk_to_object(struct cachefiles_object *parent, 171 struct cachefiles_object *object, 247 extern int cachefiles_check_object_type(struct cachefiles_object *object); 248 extern int cachefiles_set_object_xattr(struct cachefiles_object *object, 250 extern int cachefiles_update_object_xattr(struct cachefiles_object *object, [all …]
|
D | interface.c | 31 struct cachefiles_object *object; in cachefiles_alloc_object() 126 struct cachefiles_object *parent, *object; in cachefiles_lookup_object() 135 struct cachefiles_object, fscache); in cachefiles_lookup_object() 136 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object() 168 struct cachefiles_object *object; in cachefiles_lookup_complete() 170 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete() 189 struct cachefiles_object *object = in cachefiles_grab_object() 190 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object() 210 struct cachefiles_object *object; in cachefiles_update_object() 220 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_update_object() [all …]
|
D | rdwr.c | 29 struct cachefiles_object *object; in cachefiles_read_waiter() 64 object = container_of(op->op.object, struct cachefiles_object, fscache); in cachefiles_read_waiter() 81 static int cachefiles_read_reissue(struct cachefiles_object *object, in cachefiles_read_reissue() 160 struct cachefiles_object *object; in cachefiles_read_copier() 166 struct cachefiles_object, fscache); in cachefiles_read_copier() 234 static int cachefiles_read_backing_file_one(struct cachefiles_object *object, in cachefiles_read_backing_file_one() 401 struct cachefiles_object *object; in cachefiles_read_or_alloc_page() 409 struct cachefiles_object, fscache); in cachefiles_read_or_alloc_page() 470 static int cachefiles_read_backing_file(struct cachefiles_object *object, in cachefiles_read_backing_file() 692 struct cachefiles_object *object; in cachefiles_read_or_alloc_pages() [all …]
|
D | namei.c | 32 void __cachefiles_printk_object(struct cachefiles_object *object, in __cachefiles_printk_object() 74 static noinline void cachefiles_printk_object(struct cachefiles_object *object, in cachefiles_printk_object() 75 struct cachefiles_object *xobject) in cachefiles_printk_object() 93 struct cachefiles_object *object; in cachefiles_mark_object_buried() 102 object = rb_entry(p, struct cachefiles_object, active_node); in cachefiles_mark_object_buried() 142 struct cachefiles_object *object) in cachefiles_mark_object_active() 144 struct cachefiles_object *xobject; in cachefiles_mark_object_active() 166 struct cachefiles_object, active_node); in cachefiles_mark_object_active() 262 struct cachefiles_object *object, in cachefiles_mark_object_inactive() 293 struct cachefiles_object *object, in cachefiles_bury_object() [all …]
|
D | xattr.c | 29 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() 132 int cachefiles_update_object_xattr(struct cachefiles_object *object, in cachefiles_update_object_xattr() 162 int cachefiles_check_auxdata(struct cachefiles_object *object) in cachefiles_check_auxdata() 201 int cachefiles_check_object_xattr(struct cachefiles_object *object, in cachefiles_check_object_xattr()
|
D | main.c | 46 struct cachefiles_object *object = _object; in cachefiles_object_init_once() 67 sizeof(struct cachefiles_object), in cachefiles_init()
|
D | bind.c | 87 struct cachefiles_object *fsdef; in cachefiles_daemon_add_cache()
|