Searched refs:lru_next (Results 1 – 2 of 2) sorted by relevance
51 sfile = list_entry(pos, struct opd_24_sfile, lru_next); in opd_24_sfile_lru_clear()53 list_del_init(&sfile->lru_next); in opd_24_sfile_lru_clear()62 list_del(&sfile->lru_next); in opd_24_sfile_lru()63 list_add_tail(&sfile->lru_next, &lru_list); in opd_24_sfile_lru()118 list_init(&sfile->lru_next); in opd_open_24_sample_file()123 list_del(&sfile->lru_next); in opd_open_24_sample_file()124 list_add_tail(&sfile->lru_next, &lru_list); in opd_open_24_sample_file()160 sfile = list_entry(pos, struct opd_24_sfile, lru_next); in opd_sync_samples_files()173 list_del(&image->sfiles[j][i]->lru_next); in opd_close_image_samples_files()
23 struct list_head lru_next; member