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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dtail_conversion.c182 struct item_head s_ih; local
196 copy_item_head(&s_ih, PATH_PITEM_HEAD(path));
205 le_ih_k_offset(&s_ih) - 1 + (ih_item_len(&s_ih) / UNFM_P_SIZE -
215 if (path_changed(&s_ih, path)) {
222 copy_item_head(&s_ih, PATH_PITEM_HEAD(path));
224 pos = le_ih_k_offset(&s_ih) - 1 +
225 (ih_item_len(&s_ih) / UNFM_P_SIZE -
234 make_le_item_head(&s_ih, NULL, get_inode_item_key_version(inode),
250 if (reiserfs_insert_item(th, path, &key, &s_ih, inod
[all...]
H A Dstree.c1019 struct item_head s_ih; local
1036 copy_item_head(&s_ih, PATH_PITEM_HEAD(path));
1037 pos = I_UNFM_NUM(&s_ih);
1039 while (le_ih_k_offset (&s_ih) + (pos - 1) * blk_size > new_file_length) {
1050 unfm = (__le32 *)B_I_PITEM(bh, &s_ih) + pos - 1;
1064 if (item_moved (&s_ih, path)) {
1184 struct item_head s_ih; local
1213 copy_item_head(&s_ih, PATH_PITEM_HEAD(path));
1283 off = ((le_ih_k_offset(&s_ih) - 1) & (PAGE_CACHE_SIZE - 1));
1285 B_I_PITEM(PATH_PLAST_BUFFER(path), &s_ih),
[all...]

Completed in 169 milliseconds