Searched refs:s_ih (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/fs/reiserfs/ |
D | tail_conversion.c | 212 struct item_head s_ih; in indirect2direct() local 226 copy_item_head(&s_ih, tp_item_head(path)); in indirect2direct() 235 le_ih_k_offset(&s_ih) - 1 + (ih_item_len(&s_ih) / UNFM_P_SIZE - in indirect2direct() 247 if (path_changed(&s_ih, path)) { in indirect2direct() 254 copy_item_head(&s_ih, tp_item_head(path)); in indirect2direct() 256 pos = le_ih_k_offset(&s_ih) - 1 + in indirect2direct() 257 (ih_item_len(&s_ih) / UNFM_P_SIZE - in indirect2direct() 266 make_le_item_head(&s_ih, NULL, get_inode_item_key_version(inode), in indirect2direct() 283 if (reiserfs_insert_item(th, path, &key, &s_ih, inode, in indirect2direct()
|
D | stree.c | 1079 struct item_head s_ih; in prepare_for_delete_or_cut() local 1098 copy_item_head(&s_ih, tp_item_head(path)); in prepare_for_delete_or_cut() 1099 pos = I_UNFM_NUM(&s_ih); in prepare_for_delete_or_cut() 1101 while (le_ih_k_offset (&s_ih) + (pos - 1) * blk_size > new_file_length) { in prepare_for_delete_or_cut() 1115 unfm = (__le32 *)ih_item_body(bh, &s_ih) + pos - 1; in prepare_for_delete_or_cut() 1127 if (item_moved (&s_ih, path)) { in prepare_for_delete_or_cut() 1257 struct item_head s_ih; in reiserfs_delete_item() local 1287 copy_item_head(&s_ih, tp_item_head(path)); in reiserfs_delete_item() 1363 off = ((le_ih_k_offset(&s_ih) - 1) & (PAGE_SIZE - 1)); in reiserfs_delete_item() 1365 ih_item_body(PATH_PLAST_BUFFER(path), &s_ih), in reiserfs_delete_item() [all …]
|