Lines Matching refs:ih
19 static int sd_bytes_number(struct item_head *ih, int block_size) in sd_bytes_number() argument
44 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item() argument
47 if (stat_data_v1(ih)) { in sd_print_item()
63 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item() argument
122 static int direct_bytes_number(struct item_head *ih, int block_size) in direct_bytes_number() argument
124 return ih_item_len(ih); in direct_bytes_number()
142 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item() argument
148 while (j < ih_item_len(ih)) in direct_print_item()
153 static void direct_check_item(struct item_head *ih, char *item) in direct_check_item() argument
213 static int indirect_bytes_number(struct item_head *ih, int block_size) in indirect_bytes_number() argument
215 return ih_item_len(ih) / UNFM_P_SIZE * block_size; in indirect_bytes_number()
268 static void indirect_print_item(struct item_head *ih, char *item) in indirect_print_item() argument
277 if (ih_item_len(ih) % UNFM_P_SIZE) in indirect_print_item()
280 printk("%d pointers\n[ ", (int)I_UNFM_NUM(ih)); in indirect_print_item()
281 for (j = 0; j < I_UNFM_NUM(ih); j++) { in indirect_print_item()
291 static void indirect_check_item(struct item_head *ih, char *item) in indirect_check_item() argument
357 static int direntry_bytes_number(struct item_head *ih, int block_size) in direntry_bytes_number() argument
380 static void direntry_print_item(struct item_head *ih, char *item) in direntry_print_item() argument
393 for (i = 0; i < ih_entry_count(ih); i++, deh++) { in direntry_print_item()
395 (i ? (deh_location(deh - 1)) : ih_item_len(ih)) - in direntry_print_item()
420 static void direntry_check_item(struct item_head *ih, char *item) in direntry_check_item() argument
427 for (i = 0; i < ih_entry_count(ih); i++, deh++) { in direntry_check_item()
644 static int errcatch_bytes_number(struct item_head *ih, int block_size) in errcatch_bytes_number() argument
665 static void errcatch_print_item(struct item_head *ih, char *item) in errcatch_print_item() argument
671 static void errcatch_check_item(struct item_head *ih, char *item) in errcatch_check_item() argument