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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dprints.c472 op_print_item(ih, B_I_PITEM(bh, ih));
726 op_check_item(ih, B_I_PITEM(bh, ih));
H A Dinode.c283 __le32 *ind_item = (__le32 *) B_I_PITEM(bh, ih);
370 memcpy(p, B_I_PITEM(bh, ih) + path.pos_in_item, chars);
1120 (struct stat_data_v1 *)B_I_PITEM(bh, ih);
1168 struct stat_data *sd = (struct stat_data *)B_I_PITEM(bh, ih);
1289 inode2sd_v1(B_I_PITEM(bh, ih), inode, size);
1291 inode2sd(B_I_PITEM(bh, ih), inode, size);
2247 memcpy(B_I_PITEM(bh, ih) + pos_in_item, p + bytes_copied,
H A Dlbalance.c182 bytes_or_entries, B_I_PITEM(src, ih), 0);
272 B_I_PITEM(src,
H A Dstree.c1053 unfm = (__u32 *)B_I_PITEM(p_s_bh, &s_ih) + pos - 1;
1284 B_I_PITEM(PATH_PLAST_BUFFER(p_s_path), &s_ih),
H A Dnamei.c73 de->de_name = B_I_PITEM(de->de_bh, de->de_ih) + deh_location(deh);
H A Dsuper.c220 item = B_I_PITEM(bh, ih);
H A Dfix_node.c130 vi->vi_item = B_I_PITEM(Sh, ih + j);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h999 #define B_I_PITEM(bh,ih) ( (bh)->b_data + ih_location(ih) ) macro
1000 #define B_I_DEH(bh,ih) ((struct reiserfs_de_head *)(B_I_PITEM(bh,ih)))
1057 #define B_I_DEH_ENTRY_FILE_NAME(bh,ih,deh) (B_I_PITEM (bh, ih) + deh_location(deh))
1514 #define B_I_POS_UNFM_POINTER(bh,ih,pos) le32_to_cpu(*(((unp_t *)B_I_PITEM(bh,ih)) + (pos)))
1515 #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 120 milliseconds