Lines Matching defs:object

20 	struct cachefiles_object *object = file->private_data;  in cachefiles_ondemand_fd_release()  local
61 struct cachefiles_object *object = kiocb->ki_filp->private_data; in cachefiles_ondemand_fd_write_iter() local
97 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_llseek() local
119 struct cachefiles_object *object = filp->private_data; in cachefiles_ondemand_fd_ioctl() local
296 struct cachefiles_object *object; in cachefiles_ondemand_get_fd() local
379 struct cachefiles_object *object; in cachefiles_ondemand_select_req() local
484 static int cachefiles_ondemand_send_req(struct cachefiles_object *object, in cachefiles_ondemand_send_req()
611 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_open_req() local
645 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_close_req() local
662 struct cachefiles_object *object = req->object; in cachefiles_ondemand_init_read_req() local
672 int cachefiles_ondemand_init_object(struct cachefiles_object *object) in cachefiles_ondemand_init_object()
699 void cachefiles_ondemand_clean_object(struct cachefiles_object *object) in cachefiles_ondemand_clean_object()
731 int cachefiles_ondemand_init_obj_info(struct cachefiles_object *object, in cachefiles_ondemand_init_obj_info()
748 void cachefiles_ondemand_deinit_obj_info(struct cachefiles_object *object) in cachefiles_ondemand_deinit_obj_info()
754 int cachefiles_ondemand_read(struct cachefiles_object *object, in cachefiles_ondemand_read()