Searched refs:B_I_PITEM (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dinode.c257 __u32 * ind_item = (__u32 *)B_I_PITEM (bh, ih);
341 memcpy (p, B_I_PITEM (bh, ih) + path.pos_in_item, chars);
877 struct stat_data_v1 * sd = (struct stat_data_v1 *)B_I_PITEM (bh, ih);
912 struct stat_data * sd = (struct stat_data *)B_I_PITEM (bh, ih);
1026 inode2sd_v1 (B_I_PITEM (bh, ih), inode);
1028 inode2sd (B_I_PITEM (bh, ih), inode);
1848 memcpy( B_I_PITEM(bh, ih) + pos_in_item, p + bytes_copied, copy_size) ;
H A Dprints.c472 op_print_item (ih, B_I_PITEM (bh, ih));
703 op_check_item (ih, B_I_PITEM (bh, ih));
H A Dstree.c1090 p_n_unfm_pointer = (__u32 *)B_I_PITEM(p_s_bh, &s_ih) + I_UNFM_NUM(&s_ih) - 1 - *p_n_removed;
1111 RFALSE( p_n_unfm_pointer < (__u32 *)B_I_PITEM(p_s_bh, &s_ih) ||
1112 p_n_unfm_pointer > (__u32 *)B_I_PITEM(p_s_bh, &s_ih) + I_UNFM_NUM(&s_ih) - 1,
1298 B_I_PITEM(PATH_PLAST_BUFFER(p_s_path), &s_ih), n_ret_value);
H A Dlbalance.c156 dest_nr_item - 1, ih_item_len(dih), bytes_or_entries, B_I_PITEM(src,ih), 0
235 leaf_paste_in_buffer (dest_bi, 0, 0, bytes_or_entries, B_I_PITEM(src,ih) + ih_item_len(ih) - bytes_or_entries, 0);
H A Dnamei.c64 de->de_name = B_I_PITEM (de->de_bh, de->de_ih) + deh_location(deh);
H A Dsuper.c134 item = B_I_PITEM (bh, ih);
H A Dfix_node.c129 vi->vi_item = B_I_PITEM (Sh, ih + j);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dreiserfs_fs.h934 #define B_I_PITEM(bh,ih) ( (bh)->b_data + ih_location(ih) ) macro
935 #define B_I_DEH(bh,ih) ((struct reiserfs_de_head *)(B_I_PITEM(bh,ih)))
997 #define B_I_DEH_ENTRY_FILE_NAME(bh,ih,deh) (B_I_PITEM (bh, ih) + deh_location(deh))
1478 #define B_I_POS_UNFM_POINTER(bh,ih,pos) le32_to_cpu(*(((unp_t *)B_I_PITEM(bh,ih)) + (pos)))
1479 #define PUT_B_I_POS_UNFM_POINTER(bh,ih,pos, val) do {*(((unp_t *)B_I_PITEM(bh,ih)) + (pos)) = cpu_to_le32(val); } while (0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dreiserfs_fs.h934 #define B_I_PITEM(bh,ih) ( (bh)->b_data + ih_location(ih) ) macro
935 #define B_I_DEH(bh,ih) ((struct reiserfs_de_head *)(B_I_PITEM(bh,ih)))
997 #define B_I_DEH_ENTRY_FILE_NAME(bh,ih,deh) (B_I_PITEM (bh, ih) + deh_location(deh))
1478 #define B_I_POS_UNFM_POINTER(bh,ih,pos) le32_to_cpu(*(((unp_t *)B_I_PITEM(bh,ih)) + (pos)))
1479 #define PUT_B_I_POS_UNFM_POINTER(bh,ih,pos, val) do {*(((unp_t *)B_I_PITEM(bh,ih)) + (pos)) = cpu_to_le32(val); } while (0)

Completed in 131 milliseconds