Lines Matching defs:object
10 struct cachefiles_object *object = file->private_data; in cachefiles_ondemand_fd_release() local
43 struct cachefiles_object *object = kiocb->ki_filp->private_data; in cachefiles_ondemand_fd_write_iter() local
71 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_llseek() local
83 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_ioctl() local
186 struct cachefiles_object *object; in cachefiles_ondemand_get_fd() local
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() local
432 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req() local
457 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req() local
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()