Searched refs:cachefiles_object (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/fs/cachefiles/ |
| H A D | internal.h | 24 struct cachefiles_object; 58 struct cachefiles_object *object; 65 struct cachefiles_object { struct 143 struct cachefiles_object *object; 241 extern void cachefiles_see_object(struct cachefiles_object *object, 243 extern struct cachefiles_object *cachefiles_grab_object(struct cachefiles_object *object, 257 extern int __cachefiles_write(struct cachefiles_object *object, 267 extern bool cachefiles_cook_key(struct cachefiles_object *object); 280 struct cachefiles_object *object, 300 struct cachefiles_object *object); [all …]
|
| H A D | interface.c | 26 struct cachefiles_object *object; in cachefiles_alloc_object() 56 void cachefiles_see_object(struct cachefiles_object *object, in cachefiles_see_object() 66 struct cachefiles_object *cachefiles_grab_object(struct cachefiles_object *object, in cachefiles_grab_object() 79 void cachefiles_put_object(struct cachefiles_object *object, in cachefiles_put_object() 114 static int cachefiles_adjust_size(struct cachefiles_object *object) in cachefiles_adjust_size() 179 struct cachefiles_object *object; in cachefiles_lookup_cookie() 232 static bool cachefiles_shorten_object(struct cachefiles_object *object, in cachefiles_shorten_object() 281 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_resize_cookie() 308 static void cachefiles_commit_object(struct cachefiles_object *object, in cachefiles_commit_object() 362 struct cachefiles_object *object = cookie->cache_priv; in cachefiles_withdraw_cookie() [all …]
|
| H A D | ondemand.c | 20 struct cachefiles_object *object = file->private_data; in cachefiles_ondemand_fd_release() 61 struct cachefiles_object *object = kiocb->ki_filp->private_data; in cachefiles_ondemand_fd_write_iter() 99 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_llseek() 121 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_ioctl() 298 struct cachefiles_object *object; in cachefiles_ondemand_get_fd() 381 struct cachefiles_object *object; in cachefiles_ondemand_select_req() 613 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_open_req() 647 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req() 664 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req() 674 int cachefiles_ondemand_init_object(struct cachefiles_object *object) in cachefiles_ondemand_init_object() [all …]
|
| H A D | namei.c | 17 static bool __cachefiles_mark_inode_in_use(struct cachefiles_object *object, in __cachefiles_mark_inode_in_use() 33 static bool cachefiles_mark_inode_in_use(struct cachefiles_object *object, in cachefiles_mark_inode_in_use() 66 void cachefiles_unmark_inode_in_use(struct cachefiles_object *object, in cachefiles_unmark_inode_in_use() 232 struct cachefiles_object *object, in cachefiles_unlink() 268 struct cachefiles_object *object, in cachefiles_bury_object() 419 int cachefiles_delete_object(struct cachefiles_object *object, in cachefiles_delete_object() 443 struct file *cachefiles_create_tmpfile(struct cachefiles_object *object) in cachefiles_create_tmpfile() 522 static bool cachefiles_create_file(struct cachefiles_object *object) in cachefiles_create_file() 547 static bool cachefiles_open_file(struct cachefiles_object *object, in cachefiles_open_file() 622 bool cachefiles_look_up_object(struct cachefiles_object *object) in cachefiles_look_up_object() [all …]
|
| H A D | io.c | 27 struct cachefiles_object *object; 82 struct cachefiles_object *object; in cachefiles_read() 203 struct cachefiles_object *object; in cachefiles_query_occupancy() 259 struct cachefiles_object *object = ki->object; in cachefiles_write_complete() 281 int __cachefiles_write(struct cachefiles_object *object, in __cachefiles_write() 386 struct cachefiles_object *object = NULL; in cachefiles_do_prepare_read() 521 int __cachefiles_prepare_write(struct cachefiles_object *object, in __cachefiles_prepare_write() 608 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_prepare_write() 651 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_issue_write() 746 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_begin_operation()
|
| H A D | xattr.c | 39 int cachefiles_set_object_xattr(struct cachefiles_object *object) in cachefiles_set_object_xattr() 102 int cachefiles_check_auxdata(struct cachefiles_object *object, struct file *file) in cachefiles_check_auxdata() 161 struct cachefiles_object *object, in cachefiles_remove_object_xattr() 197 struct cachefiles_object *object = cookie->cache_priv; in cachefiles_prepare_to_write()
|
| H A D | main.c | 60 sizeof(struct cachefiles_object), in cachefiles_init()
|
| H A D | cache.c | 290 struct cachefiles_object *object; in cachefiles_withdraw_objects() 299 struct cachefiles_object, cache_link); in cachefiles_withdraw_objects()
|
| H A D | key.c | 37 bool cachefiles_cook_key(struct cachefiles_object *object) in cachefiles_cook_key()
|
| /linux-6.15/include/trace/events/ |
| H A D | cachefiles.h | 245 TP_PROTO(struct cachefiles_object *obj, 331 TP_PROTO(struct cachefiles_object *obj, 356 TP_PROTO(struct cachefiles_object *obj, 381 TP_PROTO(struct cachefiles_object *obj, 444 TP_PROTO(struct cachefiles_object *obj, 486 TP_PROTO(struct cachefiles_object *obj, 515 TP_PROTO(struct cachefiles_object *obj, 574 TP_PROTO(struct cachefiles_object *obj, 595 TP_PROTO(struct cachefiles_object *obj, 616 TP_PROTO(struct cachefiles_object *obj, [all …]
|