Searched refs:pe_position (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dstree.c769 &(p_s_last_element->pe_position));
777 p_s_last_element->pe_position++;
786 n_block_number = B_N_CHILD_NUM(p_s_bh, p_s_last_element->pe_position);
790 if (n_node_level == DISK_LEAF_NODE_LEVEL + 1 && p_s_last_element->pe_position < B_NR_ITEMS (p_s_bh))
791 right_neighbor_of_leaf_node = B_N_CHILD_NUM(p_s_bh, p_s_last_element->pe_position + 1);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dreiserfs_fs.h1074 int pe_position; /* Position in the tree node which is placed in the */ member in struct:path_element
1123 #define PATH_OFFSET_POSITION(p_s_path,n_offset) (PATH_OFFSET_PELEMENT(p_s_path,n_offset)->pe_position)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dreiserfs_fs.h1074 int pe_position; /* Position in the tree node which is placed in the */ member in struct:path_element
1123 #define PATH_OFFSET_POSITION(p_s_path,n_offset) (PATH_OFFSET_PELEMENT(p_s_path,n_offset)->pe_position)

Completed in 53 milliseconds