Home
last modified time | relevance | path

Searched defs:virtual_node (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h1288 struct virtual_node { struct
1289 char *vn_free_ptr; /* this is a pointer to the free space in the buffer */
1290 unsigned short vn_nr_item; /* number of items in virtual node */
1291 …; /* size of node , that node would have if it has unlimited size and no balancing is performed */
1292 short vn_mode; /* mode of balancing (paste, insert, delete, cut) */
1293 short vn_affected_item_num;
1294 short vn_pos_in_item;
1295 struct item_head *vn_ins_ih; /* item header of inserted item, 0 for other modes */
1296 const void *vn_data;
1297 …truct virtual_item *vn_vi; /* array of items (including a new one, excluding item to be deleted) */