Searched refs:cachefiles_object (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.10/include/trace/events/ | 
| D | cachefiles.h | 72 	    TP_PROTO(struct cachefiles_object *obj, 81 		    __field(struct cachefiles_object *,		obj		) 100 	    TP_PROTO(struct cachefiles_object *obj, 107 		    __field(struct cachefiles_object *,	obj	) 123 	    TP_PROTO(struct cachefiles_object *obj, 129 		    __field(struct cachefiles_object *,	obj	) 145 	    TP_PROTO(struct cachefiles_object *obj, 151 		    __field(struct cachefiles_object *,	obj	) 167 	    TP_PROTO(struct cachefiles_object *obj, 175 		    __field(struct cachefiles_object *,	obj		) [all …] 
 | 
| /Linux-v5.10/fs/cachefiles/ | 
| D | internal.h | 23 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 …] 
 | 
| 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() 60 	object = container_of(op->op.object, struct cachefiles_object, fscache);  in cachefiles_read_waiter() 77 static int cachefiles_read_reissue(struct cachefiles_object *object,  in cachefiles_read_reissue() 156 	struct cachefiles_object *object;  in cachefiles_read_copier() 162 			      struct cachefiles_object, fscache);  in cachefiles_read_copier() 230 static int cachefiles_read_backing_file_one(struct cachefiles_object *object,  in cachefiles_read_backing_file_one() 397 	struct cachefiles_object *object;  in cachefiles_read_or_alloc_page() 405 			      struct cachefiles_object, fscache);  in cachefiles_read_or_alloc_page() 467 static int cachefiles_read_backing_file(struct cachefiles_object *object,  in cachefiles_read_backing_file() 689 	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() 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()
  | 
| D | main.c | 42 	struct cachefiles_object *object = _object;  in cachefiles_object_init_once() 63 				  sizeof(struct cachefiles_object),  in cachefiles_init()
  | 
| D | bind.c | 83 	struct cachefiles_object *fsdef;  in cachefiles_daemon_add_cache()
  |