Searched refs:sp_ext_node_t (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_sp.c | 108 } sp_ext_node_t; typedef 114 typedef int (*ext_cmpfunc_t)(sp_ext_node_t *, sp_ext_node_t *); 134 static int meta_sp_cmp_by_nameseq(sp_ext_node_t *e1, sp_ext_node_t *e2); 135 static int meta_sp_cmp_by_offset(sp_ext_node_t *e1, sp_ext_node_t *e2); 137 sp_ext_node_t **head, sp_ext_offset_t offset, sp_ext_length_t length, 139 static void meta_sp_list_free(sp_ext_node_t **head); 140 static void meta_sp_list_remove(sp_ext_node_t **head, sp_ext_node_t *ext); 141 static sp_ext_length_t meta_sp_list_size(sp_ext_node_t *head, 143 static sp_ext_node_t *meta_sp_list_find(sp_ext_node_t *head, 145 static void meta_sp_list_freefill(sp_ext_node_t **extlist, [all …]
|