Lines Matching defs:object
21 struct cachefiles_object *object = file->private_data; in cachefiles_ondemand_fd_release() local
62 struct cachefiles_object *object = kiocb->ki_filp->private_data; in cachefiles_ondemand_fd_write_iter() local
100 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_llseek() local
122 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_ioctl() local
299 struct cachefiles_object *object; in cachefiles_ondemand_get_fd() local
383 struct cachefiles_object *object; in cachefiles_ondemand_select_req() local
488 static int cachefiles_ondemand_send_req(struct cachefiles_object *object, in cachefiles_ondemand_send_req()
615 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_open_req() local
649 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req() local
666 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req() local
676 int cachefiles_ondemand_init_object(struct cachefiles_object *object) in cachefiles_ondemand_init_object()
703 void cachefiles_ondemand_clean_object(struct cachefiles_object *object) in cachefiles_ondemand_clean_object()
735 int cachefiles_ondemand_init_obj_info(struct cachefiles_object *object, in cachefiles_ondemand_init_obj_info()
752 void cachefiles_ondemand_deinit_obj_info(struct cachefiles_object *object) in cachefiles_ondemand_deinit_obj_info()
758 int cachefiles_ondemand_read(struct cachefiles_object *object, in cachefiles_ondemand_read()