Lines Matching refs:item
44 static void sd_print_item(struct item_head *ih, char *item) in sd_print_item() argument
48 struct stat_data_v1 *sd = (struct stat_data_v1 *)item; in sd_print_item()
55 struct stat_data *sd = (struct stat_data *)item; in sd_print_item()
63 static void sd_check_item(struct item_head *ih, char *item) in sd_check_item() argument
142 static void direct_print_item(struct item_head *ih, char *item) in direct_print_item() argument
149 printk("%c", item[j++]); in direct_print_item()
153 static void direct_check_item(struct item_head *ih, char *item) in direct_check_item() argument
268 static void indirect_print_item(struct item_head *ih, char *item) in indirect_print_item() argument
275 unp = (__le32 *) item; in indirect_print_item()
291 static void indirect_check_item(struct item_head *ih, char *item) in indirect_check_item() argument
380 static void direntry_print_item(struct item_head *ih, char *item) in direntry_print_item() argument
391 deh = (struct reiserfs_de_head *)item; in direntry_print_item()
397 name = item + deh_location(deh); in direntry_print_item()
420 static void direntry_check_item(struct item_head *ih, char *item) in direntry_check_item() argument
426 deh = (struct reiserfs_de_head *)item; in direntry_check_item()
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