Searched refs:cachefiles_object (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/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; 161 struct cachefiles_object *cachefiles_cres_object(struct netfs_cache_resources *cres) in cachefiles_cres_object() 241 extern void cachefiles_see_object(struct cachefiles_object *object, 243 extern struct cachefiles_object *cachefiles_grab_object(struct cachefiles_object *object, 245 extern void cachefiles_put_object(struct cachefiles_object *object, 253 extern int __cachefiles_prepare_write(struct cachefiles_object *object, 257 extern int __cachefiles_write(struct cachefiles_object *object, [all …]
|
H A D | interface.c | 22 struct cachefiles_object *cachefiles_alloc_object(struct fscache_cookie *cookie) in cachefiles_alloc_object() 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() [all …]
|
H A D | ondemand.c | 21 struct cachefiles_object *object = file->private_data; in cachefiles_ondemand_fd_release() 62 struct cachefiles_object *object = kiocb->ki_filp->private_data; in cachefiles_ondemand_fd_write_iter() 92 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_llseek() 104 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_ioctl() 281 struct cachefiles_object *object; in cachefiles_ondemand_get_fd() 365 struct cachefiles_object *object; in cachefiles_ondemand_select_req() 470 static int cachefiles_ondemand_send_req(struct cachefiles_object *object, in cachefiles_ondemand_send_req() 597 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_open_req() 631 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req() 648 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req() [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() 47 static void __cachefiles_unmark_inode_in_use(struct cachefiles_object *object, in __cachefiles_unmark_inode_in_use() 54 static void cachefiles_do_unmark_inode_in_use(struct cachefiles_object *object, in cachefiles_do_unmark_inode_in_use() 66 void cachefiles_unmark_inode_in_use(struct cachefiles_object *object, in cachefiles_unmark_inode_in_use() 229 struct cachefiles_object *object, in cachefiles_unlink() 265 struct cachefiles_object *object, in cachefiles_bury_object() 414 int cachefiles_delete_object(struct cachefiles_object *object, in cachefiles_delete_object() 438 struct file *cachefiles_create_tmpfile(struct cachefiles_object *object) in cachefiles_create_tmpfile() 517 static bool cachefiles_create_file(struct cachefiles_object *object) in cachefiles_create_file() [all …]
|
H A D | io.c | 25 struct cachefiles_object *object; 80 struct cachefiles_object *object; in cachefiles_read() 201 struct cachefiles_object *object; in cachefiles_query_occupancy() 257 struct cachefiles_object *object = ki->object; in cachefiles_write_complete() 278 int __cachefiles_write(struct cachefiles_object *object, in __cachefiles_write() 384 struct cachefiles_object *object = NULL; in cachefiles_do_prepare_read() 519 int __cachefiles_prepare_write(struct cachefiles_object *object, in __cachefiles_prepare_write() 598 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_prepare_write() 646 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() 100 int cachefiles_check_auxdata(struct cachefiles_object *object, struct file *file) in cachefiles_check_auxdata() 154 struct cachefiles_object *object, in cachefiles_remove_object_xattr() 190 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()
|
/openbmc/linux/include/trace/events/ |
H A D | cachefiles.h | 245 TP_PROTO(struct cachefiles_object *obj, 291 TP_PROTO(struct cachefiles_object *obj, struct inode *backer), 311 TP_PROTO(struct cachefiles_object *obj, struct inode *backer), 331 TP_PROTO(struct cachefiles_object *obj, 356 TP_PROTO(struct cachefiles_object *obj, 381 TP_PROTO(struct cachefiles_object *obj, 437 TP_PROTO(struct cachefiles_object *obj, 479 TP_PROTO(struct cachefiles_object *obj, 508 TP_PROTO(struct cachefiles_object *obj, 537 TP_PROTO(struct cachefiles_object *obj, struct inode *backer, [all …]
|