Searched refs:s_ih (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/reiserfs/ |
D | tail_conversion.c | 211 struct item_head s_ih; in indirect2direct() local 225 copy_item_head(&s_ih, tp_item_head(path)); in indirect2direct() 234 le_ih_k_offset(&s_ih) - 1 + (ih_item_len(&s_ih) / UNFM_P_SIZE - in indirect2direct() 246 if (path_changed(&s_ih, path)) { in indirect2direct() 253 copy_item_head(&s_ih, tp_item_head(path)); in indirect2direct() 255 pos = le_ih_k_offset(&s_ih) - 1 + in indirect2direct() 256 (ih_item_len(&s_ih) / UNFM_P_SIZE - in indirect2direct() 265 make_le_item_head(&s_ih, NULL, get_inode_item_key_version(inode), in indirect2direct() 282 if (reiserfs_insert_item(th, path, &key, &s_ih, inode, in indirect2direct()
|
D | stree.c | 1061 struct item_head s_ih; in prepare_for_delete_or_cut() local 1080 copy_item_head(&s_ih, tp_item_head(path)); in prepare_for_delete_or_cut() 1081 pos = I_UNFM_NUM(&s_ih); in prepare_for_delete_or_cut() 1083 while (le_ih_k_offset (&s_ih) + (pos - 1) * blk_size > new_file_length) { in prepare_for_delete_or_cut() 1097 unfm = (__le32 *)ih_item_body(bh, &s_ih) + pos - 1; in prepare_for_delete_or_cut() 1109 if (item_moved (&s_ih, path)) { in prepare_for_delete_or_cut() 1239 struct item_head s_ih; in reiserfs_delete_item() local 1269 copy_item_head(&s_ih, tp_item_head(path)); in reiserfs_delete_item() 1345 off = ((le_ih_k_offset(&s_ih) - 1) & (PAGE_CACHE_SIZE - 1)); in reiserfs_delete_item() 1347 ih_item_body(PATH_PLAST_BUFFER(path), &s_ih), in reiserfs_delete_item() [all …]
|