Searched defs:virtual_node (Results 1 – 2 of 2) sorted by relevance
1367 struct virtual_node struct1369 char * vn_free_ptr; /* this is a pointer to the free space in the buffer */1370 unsigned short vn_nr_item; /* number of items in virtual node */1371 … /* size of node , that node would have if it has unlimited size and no balancing is performed */1372 short vn_mode; /* mode of balancing (paste, insert, delete, cut) */1373 short vn_affected_item_num; 1374 short vn_pos_in_item;1375 struct item_head * vn_ins_ih; /* item header of inserted item, 0 for other modes */1376 const void * vn_data;1377 …ruct virtual_item * vn_vi; /* array of items (including a new one, excluding item to be deleted) */
2383 struct jffs_node *virtual_node; in jffs_insert_data() local