Searched refs:s_ih (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dtail_conversion.c179 struct item_head s_ih; local
193 copy_item_head(&s_ih, PATH_PITEM_HEAD(p_s_path));
202 le_ih_k_offset(&s_ih) - 1 + (ih_item_len(&s_ih) / UNFM_P_SIZE -
212 if (path_changed(&s_ih, p_s_path)) {
220 copy_item_head(&s_ih, PATH_PITEM_HEAD(p_s_path));
222 pos = le_ih_k_offset(&s_ih) - 1 +
223 (ih_item_len(&s_ih) / UNFM_P_SIZE -
232 make_le_item_head(&s_ih, NULL, get_inode_item_key_version(p_s_inode),
248 if (reiserfs_insert_item(th, p_s_path, &key, &s_ih, p_s_inod
[all...]
H A Dstree.c1022 struct item_head s_ih; local
1039 copy_item_head(&s_ih, PATH_PITEM_HEAD(p_s_path));
1040 pos = I_UNFM_NUM(&s_ih);
1042 while (le_ih_k_offset (&s_ih) + (pos - 1) * blk_size > n_new_file_length) {
1053 unfm = (__u32 *)B_I_PITEM(p_s_bh, &s_ih) + pos - 1;
1065 if (item_moved (&s_ih, p_s_path)) {
1182 struct item_head s_ih; local
1211 copy_item_head(&s_ih, PATH_PITEM_HEAD(p_s_path));
1282 off = ((le_ih_k_offset(&s_ih) - 1) & (PAGE_CACHE_SIZE - 1));
1284 B_I_PITEM(PATH_PLAST_BUFFER(p_s_path), &s_ih),
[all...]

Completed in 57 milliseconds