Home
last modified time | relevance | path

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

/linux-3.4.99/fs/reiserfs/
Dtail_conversion.c183 struct item_head s_ih; in indirect2direct() local
197 copy_item_head(&s_ih, PATH_PITEM_HEAD(path)); in indirect2direct()
206 le_ih_k_offset(&s_ih) - 1 + (ih_item_len(&s_ih) / UNFM_P_SIZE - in indirect2direct()
216 if (path_changed(&s_ih, path)) { in indirect2direct()
223 copy_item_head(&s_ih, PATH_PITEM_HEAD(path)); in indirect2direct()
225 pos = le_ih_k_offset(&s_ih) - 1 + in indirect2direct()
226 (ih_item_len(&s_ih) / UNFM_P_SIZE - in indirect2direct()
235 make_le_item_head(&s_ih, NULL, get_inode_item_key_version(inode), in indirect2direct()
251 if (reiserfs_insert_item(th, path, &key, &s_ih, inode, in indirect2direct()
Dstree.c1021 struct item_head s_ih; in prepare_for_delete_or_cut() local
1038 copy_item_head(&s_ih, PATH_PITEM_HEAD(path)); in prepare_for_delete_or_cut()
1039 pos = I_UNFM_NUM(&s_ih); in prepare_for_delete_or_cut()
1041 while (le_ih_k_offset (&s_ih) + (pos - 1) * blk_size > new_file_length) { in prepare_for_delete_or_cut()
1052 unfm = (__le32 *)B_I_PITEM(bh, &s_ih) + pos - 1; in prepare_for_delete_or_cut()
1066 if (item_moved (&s_ih, path)) { in prepare_for_delete_or_cut()
1189 struct item_head s_ih; in reiserfs_delete_item() local
1218 copy_item_head(&s_ih, PATH_PITEM_HEAD(path)); in reiserfs_delete_item()
1288 off = ((le_ih_k_offset(&s_ih) - 1) & (PAGE_CACHE_SIZE - 1)); in reiserfs_delete_item()
1290 B_I_PITEM(PATH_PLAST_BUFFER(path), &s_ih), in reiserfs_delete_item()
[all …]