Searched defs:virtual_node (Results 1 – 1 of 1) sorted by relevance
1112 struct virtual_node { struct1113 char *vn_free_ptr; /* This is a pointer to the free space1115 unsigned short vn_nr_item; /* Number of items in virtual node */1116 short vn_size; /* Size of node , that node would have1119 short vn_mode; /* Mode of balancing (paste, insert,1121 short vn_affected_item_num;1122 short vn_pos_in_item;1123 struct item_head *vn_ins_ih; /* Item header of inserted item, 0 for1125 const void *vn_data;1126 struct virtual_item *vn_vi; /* Array of items (including a new one,