Searched refs:cachefiles_object (Results 1 – 9 of 9) sorted by relevance
| /fs/cachefiles/ |
| A D | internal.h | 24 struct cachefiles_object; 58 struct cachefiles_object *object; 65 struct cachefiles_object { struct 142 struct cachefiles_object *object; 240 extern void cachefiles_see_object(struct cachefiles_object *object, 242 extern struct cachefiles_object *cachefiles_grab_object(struct cachefiles_object *object, 256 extern int __cachefiles_write(struct cachefiles_object *object, 266 extern bool cachefiles_cook_key(struct cachefiles_object *object); 279 struct cachefiles_object *object, 299 struct cachefiles_object *object); [all …]
|
| 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 …]
|
| 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() 97 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_llseek() 119 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_ioctl() 296 struct cachefiles_object *object; in cachefiles_ondemand_get_fd() 379 struct cachefiles_object *object; in cachefiles_ondemand_select_req() 611 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_open_req() 645 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req() 662 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req() 672 int cachefiles_ondemand_init_object(struct cachefiles_object *object) in cachefiles_ondemand_init_object() [all …]
|
| 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 …]
|
| 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() 384 struct cachefiles_object *object = NULL; in cachefiles_do_prepare_read() 519 int __cachefiles_prepare_write(struct cachefiles_object *object, in __cachefiles_prepare_write() 606 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_prepare_write() 649 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_issue_write() 744 struct cachefiles_object *object = cachefiles_cres_object(cres); in cachefiles_begin_operation()
|
| 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()
|
| A D | main.c | 60 sizeof(struct cachefiles_object), in cachefiles_init()
|
| A D | cache.c | 290 struct cachefiles_object *object; in cachefiles_withdraw_objects() 299 struct cachefiles_object, cache_link); in cachefiles_withdraw_objects()
|
| A D | key.c | 37 bool cachefiles_cook_key(struct cachefiles_object *object) in cachefiles_cook_key()
|
Completed in 18 milliseconds