Home
last modified time | relevance | path

Searched refs:snum (Results 1 – 6 of 6) sorted by relevance

/fs/reiserfs/
Ddo_balan.c932 if (n - tb->snum[i] >= tb->item_pos) { in balance_leaf_new_nodes_insert()
934 tb->snum[i], tb->sbytes[i], tb->S_new[i]); in balance_leaf_new_nodes_insert()
941 if (tb->item_pos == n - tb->snum[i] + 1 && tb->sbytes[i] != -1) { in balance_leaf_new_nodes_insert()
946 leaf_move_items(LEAF_FROM_S_TO_SNEW, tb, tb->snum[i] - 1, -1, in balance_leaf_new_nodes_insert()
997 tb->snum[i] - 1, tb->sbytes[i], tb->S_new[i]); in balance_leaf_new_nodes_insert()
1001 leaf_insert_into_buf(&bi, tb->item_pos - n + tb->snum[i] - 1, in balance_leaf_new_nodes_insert()
1036 leaf_move_items(LEAF_FROM_S_TO_SNEW, tb, tb->snum[i], in balance_leaf_new_nodes_paste_dirent()
1058 leaf_move_items(LEAF_FROM_S_TO_SNEW, tb, tb->snum[i], in balance_leaf_new_nodes_paste_dirent()
1099 leaf_move_items(LEAF_FROM_S_TO_SNEW, tb, tb->snum[i], n_shift, in balance_leaf_new_nodes_paste_shift()
1162 leaf_mi = leaf_move_items(LEAF_FROM_S_TO_SNEW, tb, tb->snum[i], in balance_leaf_new_nodes_paste_whole()
[all …]
Dibalance.c1042 int snum; in balance_internal() local
1060 snum = (insert_num + n + 1) / 2; in balance_internal()
1061 if (n - snum >= child_pos) { in balance_internal()
1065 memcpy(&new_insert_key, internal_key(tbSh, n - snum), in balance_internal()
1069 LAST_TO_FIRST, snum, 0); in balance_internal()
1070 } else if (n + insert_num - snum < child_pos) { in balance_internal()
1078 internal_key(tbSh, n + insert_num - snum), in balance_internal()
1083 snum - insert_num, 0); in balance_internal()
1092 snum - 1, in balance_internal()
1106 k = snum - n + child_pos - 1; in balance_internal()
Dprints.c694 tb->rbytes, tb->blknum[0], tb->s0num, tb->snum[0], in store_print_tb()
695 tb->sbytes[0], tb->snum[1], tb->sbytes[1], in store_print_tb()
Dfix_node.c633 tb->snum[0] = *s012++; in set_parameters()
634 tb->snum[1] = *s012++; in set_parameters()
Dreiserfs.h2508 int snum[2]; member
/fs/udf/
Dmisc.c285 void udf_new_tag(char *data, uint16_t ident, uint16_t version, uint16_t snum, in udf_new_tag() argument
291 tptr->tagSerialNum = cpu_to_le16(snum); in udf_new_tag()