Home
last modified time | relevance | path

Searched refs:DEH_SIZE (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/fs/reiserfs/
Dlbalance.c78 DEH_SIZE * copy_count + copy_records_len); in leaf_copy_dir_entries()
107 DEH_SIZE * copy_count + copy_records_len, in leaf_copy_dir_entries()
119 DEH_SIZE * copy_count + copy_records_len); in leaf_copy_dir_entries()
1002 (DEH_SIZE * del_count)); in leaf_cut_entries()
1006 deh_location(&deh[i]) - (DEH_SIZE * del_count + in leaf_cut_entries()
1018 memmove(prev_record - cut_records_len - DEH_SIZE * del_count, in leaf_cut_entries()
1021 return DEH_SIZE * del_count + cut_records_len; in leaf_cut_entries()
1240 (DEH_SIZE * new_entry_count)); in leaf_paste_entries()
1255 memcpy(insert_point + DEH_SIZE * new_entry_count, records, in leaf_paste_entries()
1256 paste_size - DEH_SIZE * new_entry_count); in leaf_paste_entries()
[all …]
Ddo_balan.c473 DEH_SIZE, in balance_leaf()
709 DEH_SIZE, in balance_leaf()
891 DEH_SIZE, in balance_leaf()
1082 DEH_SIZE, in balance_leaf()
1320 DEH_SIZE, in balance_leaf()
1475 DEH_SIZE, in balance_leaf()
1565 DEH_SIZE, in balance_leaf()
Dnamei.c415 char small_buf[32 + DEH_SIZE]; /* 48 bytes now and we avoid kmalloc in reiserfs_add_entry()
436 buflen = DEH_SIZE + ROUND_UP(namelen); in reiserfs_add_entry()
446 STAT_DATA_V1) ? (DEH_SIZE + namelen) : buflen; in reiserfs_add_entry()
892 dir->i_size -= (DEH_SIZE + de.de_entrylen); in reiserfs_rmdir()
988 dir->i_size -= (de.de_entrylen + DEH_SIZE); in reiserfs_unlink()
1494 old_dir->i_size -= DEH_SIZE + old_de.de_entrylen; in reiserfs_rename()
Ditem_ops.c498 deh_location(&(deh[j])) + DEH_SIZE; in direntry_create_vi()
Dreiserfs.h1658 #define DEH_SIZE sizeof(struct reiserfs_de_head) macro
1673 (DEH_SIZE * 2 + ROUND_UP (strlen (".")) + ROUND_UP (strlen ("..")))
1676 #define EMPTY_DIR_SIZE_V1 (DEH_SIZE * 2 + 3)
Dstree.c974 -(DEH_SIZE + in prepare_for_direntry_item()
Dfix_node.c2047 (DEH_SIZE + MIN_NAME_LEN); in get_virtual_node_size()