Lines Matching refs:item
36 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item() argument
40 struct stat_data_v1 *sd = (struct stat_data_v1 *)item; in sd_print_item()
47 struct stat_data *sd = (struct stat_data *)item; in sd_print_item()
55 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item() argument
134 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item() argument
141 printk("%c", item[j++]); in direct_print_item()
145 static void direct_check_item(struct item_head *ih, char *item) in direct_check_item() argument
260 static void indirect_print_item(struct item_head *ih, char *item) in indirect_print_item() argument
267 unp = (__le32 *) item; in indirect_print_item()
283 static void indirect_check_item(struct item_head *ih, char *item) in indirect_check_item() argument
372 static void direntry_print_item(struct item_head *ih, char *item) in direntry_print_item() argument
383 deh = (struct reiserfs_de_head *)item; in direntry_print_item()
389 name = item + deh_location(deh); in direntry_print_item()
412 static void direntry_check_item(struct item_head *ih, char *item) in direntry_check_item() argument
418 deh = (struct reiserfs_de_head *)item; in direntry_check_item()
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