Searched refs:pos_in_item (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Ddo_balan.c105 int pos_in_item = tb->tb_path->pos_in_item; local
155 leaf_cut_from_buffer(&bi, item_pos, pos_in_item,
158 RFALSE(!item_pos && !pos_in_item && !tb->CFL[0],
162 if (!item_pos && !pos_in_item && tb->CFL[0]) {
167 leaf_cut_from_buffer(&bi, item_pos, pos_in_item,
298 int pos_in_item; local
311 pos_in_item = tb->tb_path->pos_in_item;
312 /* for indirect item pos_in_item i
[all...]
H A Dstree.c796 maximal key less than key, and *pos_in_item is set to one
798 directory item, and it is not found, *pos_in_item is set to one
839 pos_in_item(search_path) = 0;
862 pos_in_item(search_path) = offset - item_offset;
864 pos_in_item(search_path) /= blk_size;
870 path. Set pos_in_item out of the item. */
872 pos_in_item(search_path) =
875 pos_in_item(search_path) = ih_item_len(p_le_ih);
930 pos_in_item(path) = round_len - (le_ih_k_offset(le_ih) - 1);
931 *cut_size = -(ih_item_len(le_ih) - pos_in_item(pat
[all...]
H A Dinode.c191 __le32 * item, int pos_in_item)
196 get_block_num(item, pos_in_item))
300 blocknr = get_block_num(ind_item, path.pos_in_item);
304 if (path.pos_in_item ==
370 if ((le_ih_k_offset(ih) + path.pos_in_item) > inode->i_size)
375 path.pos_in_item;
378 chars = ih_item_len(ih) - path.pos_in_item;
380 memcpy(p, B_I_PITEM(bh, ih) + path.pos_in_item, chars);
601 int pos_in_item; local
676 pos_in_item
189 allocation_needed(int retval, b_blocknr_t allocated, struct item_head *ih, __le32 * item, int pos_in_item) argument
2173 int pos_in_item; local
[all...]
H A Dbitmap.c718 int pos_in_item; local
730 pos_in_item = path->pos_in_item;
738 if (pos_in_item == I_UNFM_NUM(ih))
739 pos_in_item--;
740 // pos_in_item = I_UNFM_NUM (ih) - 1;
741 while (pos_in_item >= 0) {
742 int t = get_block_num(item, pos_in_item);
748 pos_in_item--;
H A Dlbalance.c873 int pos_in_item, int paste_size,
922 if (!pos_in_item) {
1025 pos_in_item - first byte that must be cut
1026 cut_size - number of bytes to be cut beginning from pos_in_item
1029 pos_in_item - number of first deleted entry
1033 int pos_in_item, int cut_size)
1050 cut_size = leaf_cut_entries(bh, ih, pos_in_item, cut_size);
1051 if (pos_in_item == 0) {
1063 RFALSE(pos_in_item && pos_in_item
872 leaf_paste_in_buffer(struct buffer_info *bi, int affected_item_num, int pos_in_item, int paste_size, const char *body, int zeros_number) argument
1032 leaf_cut_from_buffer(struct buffer_info *bi, int cut_item_num, int pos_in_item, int cut_size) argument
[all...]
H A Ditem_ops.c439 int pos_in_item, int mode)
448 if (virtual_entry_num < pos_in_item)
438 old_entry_num(int is_affected, int virtual_entry_num, int pos_in_item, int mode) argument
H A Dfix_node.c1868 int pos_in_item,
1877 vn->vn_pos_in_item = pos_in_item;
2321 * pos_in_item - comment this if you can
2333 int pos_in_item; local
2343 pos_in_item = tb->tb_path->pos_in_item;
2417 pos_in_item, ins_ih, data);
1864 check_balance(int mode, struct tree_balance *tb, int h, int inum, int pos_in_item, struct item_head *ins_ih, const void *data) argument
H A Dprints.c628 tb->tb_path->pos_in_item);
H A Dnamei.c158 path->pos_in_item = de->de_entry_num;
310 path_to_entry->pos_in_item = de->de_entry_num;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dreiserfs_fs.h1169 const struct item_head *ih, int pos_in_item)
1173 deh = B_I_DEH(bh, ih) + pos_in_item;
1174 if (pos_in_item)
1322 int pos_in_item; member in struct:treepath
1325 #define pos_in_item(path) ((path)->pos_in_item) macro
2195 int pos_in_item, int paste_size, const char *body,
2198 int pos_in_item, int cut_size);
1168 entry_length(const struct buffer_head *bh, const struct item_head *ih, int pos_in_item) argument

Completed in 399 milliseconds