Lines Matching refs:cachefiles_object
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()
89 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_llseek()
101 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_ioctl()
278 struct cachefiles_object *object; in cachefiles_ondemand_get_fd()
362 struct cachefiles_object *object; in cachefiles_ondemand_select_req()
467 static int cachefiles_ondemand_send_req(struct cachefiles_object *object, in cachefiles_ondemand_send_req()
594 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_open_req()
628 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req()
645 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req()
655 int cachefiles_ondemand_init_object(struct cachefiles_object *object) in cachefiles_ondemand_init_object()
682 void cachefiles_ondemand_clean_object(struct cachefiles_object *object) in cachefiles_ondemand_clean_object()
714 int cachefiles_ondemand_init_obj_info(struct cachefiles_object *object, in cachefiles_ondemand_init_obj_info()
731 void cachefiles_ondemand_deinit_obj_info(struct cachefiles_object *object) in cachefiles_ondemand_deinit_obj_info()
737 int cachefiles_ondemand_read(struct cachefiles_object *object, in cachefiles_ondemand_read()