/fs/reiserfs/ |
D | do_balan.c | 83 struct item_head *ih = item_head(tbS0, item_pos); in balance_leaf_when_delete_del() local 113 struct item_head *ih = item_head(tbS0, item_pos); in balance_leaf_when_delete_cut() local 287 struct item_head *const ih, in balance_leaf_insert_left() 352 struct item_head * const ih, in balance_leaf_paste_left_shift_dirent() 414 struct item_head * const ih, in balance_leaf_paste_left_shift() 533 struct item_head * const ih, in balance_leaf_paste_left_whole() 587 struct item_head * const ih, in balance_leaf_paste_left() 600 struct item_head * const ih, in balance_leaf_left() 622 struct item_head * const ih, in balance_leaf_insert_right() 708 struct item_head * const ih, in balance_leaf_paste_right_shift_dirent() [all …]
|
D | item_ops.c | 19 static int sd_bytes_number(struct item_head *ih, int block_size) in sd_bytes_number() 36 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item() 55 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item() 114 static int direct_bytes_number(struct item_head *ih, int block_size) in direct_bytes_number() 134 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item() 145 static void direct_check_item(struct item_head *ih, char *item) in direct_check_item() 205 static int indirect_bytes_number(struct item_head *ih, int block_size) in indirect_bytes_number() 260 static void indirect_print_item(struct item_head *ih, char *item) in indirect_print_item() 283 static void indirect_check_item(struct item_head *ih, char *item) in indirect_check_item() 349 static int direntry_bytes_number(struct item_head *ih, int block_size) in direntry_bytes_number() [all …]
|
D | lbalance.c | 26 struct item_head *ih; in leaf_copy_dir_entries() local 141 struct item_head *ih; in leaf_copy_boundary_item() local 320 struct item_head *ih; in leaf_copy_items_entirely() local 419 struct item_head *ih; in leaf_item_bottle() local 868 struct item_head *ih; in leaf_delete_items() local 909 struct item_head *ih; in leaf_insert_into_buf() local 985 struct item_head *ih; in leaf_paste_in_buffer() local 1073 struct item_head *ih, int from, int del_count) in leaf_cut_entries() 1151 struct item_head *ih; in leaf_cut_from_buffer() local 1248 struct item_head *ih; in leaf_delete_items_entirely() local [all …]
|
D | inode.c | 137 inline void make_le_item_head(struct item_head *ih, const struct cpu_key *key, in make_le_item_head() 215 struct item_head *ih, in allocation_needed() 226 static inline int indirect_item_found(int retval, struct item_head *ih) in indirect_item_found() 291 struct item_head *ih, tmp_ih; in _get_block_create_0() local 659 struct item_head *ih, tmp_ih; in reiserfs_get_block() local 1232 struct item_head *ih; in init_inode() local 1416 struct item_head *ih; in update_stat_data() local 1442 struct item_head *ih, tmp_ih; in reiserfs_update_sd_size() local 1790 struct item_head *ih, struct treepath *path, in reiserfs_new_directory() 1853 struct item_head *ih, in reiserfs_new_symlink() [all …]
|
D | reiserfs.h | 1395 #define ih_free_space(ih) le16_to_cpu((ih)->u.ih_free_space_reserved) argument 1396 #define ih_version(ih) le16_to_cpu((ih)->ih_version) argument 1397 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count) argument 1398 #define ih_location(ih) le16_to_cpu((ih)->ih_item_location) argument 1399 #define ih_item_len(ih) le16_to_cpu((ih)->ih_item_len) argument 1401 #define put_ih_free_space(ih, val) do { (ih)->u.ih_free_space_reserved = cpu_to_le16(val); } whil… argument 1402 #define put_ih_version(ih, val) do { (ih)->ih_version = cpu_to_le16(val); } while (0) argument 1403 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0) argument 1404 #define put_ih_location(ih, val) do { (ih)->ih_item_location = cpu_to_le16(val); } while (0) argument 1405 #define put_ih_item_len(ih, val) do { (ih)->ih_item_len = cpu_to_le16(val); } while (0) argument [all …]
|
D | stree.c | 390 static int has_valid_deh_location(struct buffer_head *bh, struct item_head *ih) in has_valid_deh_location() 411 struct item_head *ih; in is_leaf() local 933 struct item_head *ih; in comp_items() local 1216 char key2type(struct reiserfs_key *ih) in key2type() 1229 char head2type(struct item_head *ih) in head2type() 2185 struct item_head *ih, struct inode *inode, in reiserfs_insert_item()
|
D | prints.c | 116 static int scnprintf_item_head(char *buf, size_t size, struct item_head *ih) in scnprintf_item_head() 481 struct item_head *ih; in print_leaf() local 765 struct item_head *ih; in check_leaf() local
|
D | dir.c | 70 struct item_head *ih, tmp_ih; in reiserfs_readdir_inode() local
|
D | fix_node.c | 53 struct item_head *ih; in create_virtual_node() local 714 struct item_head *ih; in are_leaves_removable() local 1278 struct item_head *ih; in can_node_be_removed() local
|
D | super.c | 231 struct item_head *ih; in finish_unfinished() local 435 struct item_head ih; in add_save_link() local
|
D | ibalance.c | 134 struct reiserfs_key *ih; in internal_insert_childs() local
|
D | namei.c | 31 struct item_head *ih = de->de_ih; in bin_search_in_dir_item() local
|
D | bitmap.c | 858 struct item_head *ih; in get_left_neighbor() local
|
/fs/jfs/ |
D | jfs_dtree.c | 3294 struct idtentry *ih; in dtCompare() local 3372 struct idtentry *ih; in ciCompare() local 3544 struct idtentry *ih; in dtGetKey() local 3607 struct idtentry *ih = NULL; in dtInsertEntry() local
|
/fs/fuse/ |
D | dev.c | 1068 struct fuse_in_header ih; in fuse_read_interrupt() local 1126 struct fuse_in_header ih = { in fuse_read_single_forget() local 1158 struct fuse_in_header ih = { in fuse_read_batch_forget() local
|
D | virtio_fs.c | 73 struct fuse_in_header ih; member
|
/fs/erofs/ |
D | xattr.c | 33 struct erofs_xattr_ibody_header *ih; in erofs_init_inode_xattrs() local
|