Lines Matching refs:zft_volinfo
62 static zft_volinfo tape_vtbl;
63 static zft_volinfo eot_vtbl;
64 static zft_volinfo *cur_vtbl;
69 zft_volinfo *new = zft_kmalloc(sizeof(zft_volinfo)); in zft_new_vtbl_entry()
79 zft_volinfo *vtbl; in zft_free_vtbl()
84 vtbl = list_entry(tmp, zft_volinfo, node); in zft_free_vtbl()
85 zft_kfree(vtbl, sizeof(zft_volinfo)); in zft_free_vtbl()
95 zft_volinfo *new; in zft_init_vtbl()
101 new = zft_kmalloc(sizeof(zft_volinfo)); in zft_init_vtbl()
103 new = zft_kmalloc(sizeof(zft_volinfo)); in zft_init_vtbl()
190 static int check_volume(__u8 *entry, zft_volinfo *volume) in check_volume()
209 static void create_zft_volume(__u8 *entry, zft_volinfo *vtbl) in create_zft_volume()
256 zft_volinfo *vtbl; in zft_create_volume_headers()
272 vtbl = list_entry(tmp, zft_volinfo, node); in zft_create_volume_headers()
316 static void extract_alien_volume(__u8 *entry, zft_volinfo *vtbl) in extract_alien_volume()
339 static void extract_zft_volume(__u8 *entry, zft_volinfo *vtbl) in extract_zft_volume()
552 const zft_volinfo *vtbl; in zft_skip_volumes()
559 vtbl = list_entry(vtbl->node.next, zft_volinfo, node); in zft_skip_volumes()
563 vtbl = list_entry(vtbl->node.prev, zft_volinfo, node); in zft_skip_volumes()
711 const zft_volinfo *zft_find_volume(unsigned int seg_pos) in zft_find_volume()
727 cur_vtbl = list_entry(cur_vtbl->node.next, zft_volinfo, node); in zft_find_volume()
731 cur_vtbl = list_entry(cur_vtbl->node.prev, zft_volinfo, node); in zft_find_volume()