Lines Matching refs:cachefiles_object
10 struct cachefiles_object *object = file->private_data; in cachefiles_ondemand_fd_release()
43 struct cachefiles_object *object = kiocb->ki_filp->private_data; in cachefiles_ondemand_fd_write_iter()
71 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_llseek()
83 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_ioctl()
186 struct cachefiles_object *object; in cachefiles_ondemand_get_fd()
309 static int cachefiles_ondemand_send_req(struct cachefiles_object *object, in cachefiles_ondemand_send_req()
398 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_open_req()
432 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req()
457 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req()
476 int cachefiles_ondemand_init_object(struct cachefiles_object *object) in cachefiles_ondemand_init_object()
500 void cachefiles_ondemand_clean_object(struct cachefiles_object *object) in cachefiles_ondemand_clean_object()
506 int cachefiles_ondemand_read(struct cachefiles_object *object, in cachefiles_ondemand_read()