Searched refs:DEH_SIZE (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dlbalance.c68 put_ih_item_len( &new_ih, DEH_SIZE * copy_count + copy_records_len );
89 DEH_SIZE * copy_count + copy_records_len, records, 0
98 DEH_SIZE * copy_count + copy_records_len
932 deh_location( &deh[i] ) - (DEH_SIZE * del_count ) );
936 deh_location( &deh[i] ) - (DEH_SIZE * del_count + cut_records_len) );
946 memmove (prev_record - cut_records_len - DEH_SIZE * del_count,
949 return DEH_SIZE * del_count + cut_records_len;
1160 deh_location(&(deh[i])) + (DEH_SIZE * new_entry_count ));
1173 memcpy (insert_point + DEH_SIZE * new_entry_count, records,
1174 paste_size - DEH_SIZE * new_entry_coun
[all...]
H A Dnamei.c355 char small_buf[32+DEH_SIZE] ; /* 48 bytes now and we avoid kmalloc
374 buflen = DEH_SIZE + ROUND_UP (namelen);
382 paste_size = (get_inode_sd_version (dir) == STAT_DATA_V1) ? (DEH_SIZE + namelen) : buflen;
719 dir->i_size -= (DEH_SIZE + de.de_entrylen);
794 dir->i_size -= (de.de_entrylen + DEH_SIZE);
1192 old_dir->i_size -= DEH_SIZE + old_de.de_entrylen;
H A Ddo_balan.c395 body + DEH_SIZE, tb->insert_size[0]
521 (struct reiserfs_de_head *)body, body + DEH_SIZE, tb->insert_size[0]
659 body + DEH_SIZE, tb->insert_size[0]
756 (struct reiserfs_de_head *)body, body + DEH_SIZE, tb->insert_size[0]
948 1, (struct reiserfs_de_head *)body, body + DEH_SIZE,
1042 (struct reiserfs_de_head *)body, body + DEH_SIZE, tb->insert_size[0]
1119 body + DEH_SIZE, tb->insert_size[0]
H A Ditem_ops.c528 deh_location( &(deh[j])) + DEH_SIZE;
H A Dstree.c979 *cut_size = -(DEH_SIZE + entry_length (get_last_bh (path), le_ih, pos_in_item (path)));
H A Dfix_node.c2023 (DEH_SIZE + MIN_NAME_LEN);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dreiserfs_fs.h870 #define DEH_SIZE sizeof(struct reiserfs_de_head) macro
885 (DEH_SIZE * 2 + ROUND_UP (strlen (".")) + ROUND_UP (strlen ("..")))
888 #define EMPTY_DIR_SIZE_V1 (DEH_SIZE * 2 + 3)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dreiserfs_fs.h870 #define DEH_SIZE sizeof(struct reiserfs_de_head) macro
885 (DEH_SIZE * 2 + ROUND_UP (strlen (".")) + ROUND_UP (strlen ("..")))
888 #define EMPTY_DIR_SIZE_V1 (DEH_SIZE * 2 + 3)

Completed in 174 milliseconds