Lines Matching refs:ih
19 static int sd_bytes_number(struct item_head *ih, int block_size) in sd_bytes_number() argument
36 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item() argument
39 if (stat_data_v1(ih)) { in sd_print_item()
55 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item() argument
114 static int direct_bytes_number(struct item_head *ih, int block_size) in direct_bytes_number() argument
116 return ih_item_len(ih); in direct_bytes_number()
134 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item() argument
140 while (j < ih_item_len(ih)) in direct_print_item()
145 static void direct_check_item(struct item_head *ih, char *item) in direct_check_item() argument
205 static int indirect_bytes_number(struct item_head *ih, int block_size) in indirect_bytes_number() argument
207 return ih_item_len(ih) / UNFM_P_SIZE * block_size; in indirect_bytes_number()
260 static void indirect_print_item(struct item_head *ih, char *item) in indirect_print_item() argument
269 if (ih_item_len(ih) % UNFM_P_SIZE) in indirect_print_item()
272 printk("%d pointers\n[ ", (int)I_UNFM_NUM(ih)); in indirect_print_item()
273 for (j = 0; j < I_UNFM_NUM(ih); j++) { in indirect_print_item()
283 static void indirect_check_item(struct item_head *ih, char *item) in indirect_check_item() argument
349 static int direntry_bytes_number(struct item_head *ih, int block_size) in direntry_bytes_number() argument
372 static void direntry_print_item(struct item_head *ih, char *item) in direntry_print_item() argument
385 for (i = 0; i < ih_entry_count(ih); i++, deh++) { in direntry_print_item()
387 (i ? (deh_location(deh - 1)) : ih_item_len(ih)) - in direntry_print_item()
412 static void direntry_check_item(struct item_head *ih, char *item) in direntry_check_item() argument
419 for (i = 0; i < ih_entry_count(ih); i++, deh++) { in direntry_check_item()
636 static int errcatch_bytes_number(struct item_head *ih, int block_size) in errcatch_bytes_number() argument
657 static void errcatch_print_item(struct item_head *ih, char *item) in errcatch_print_item() argument
663 static void errcatch_check_item(struct item_head *ih, char *item) in errcatch_check_item() argument