Home | History | Annotate | Download | only in linux

Lines Matching refs:item_head

466 struct item_head {
491 #define IH_SIZE (sizeof(struct item_head))
583 static __inline__ loff_t le_ih_k_offset(const struct item_head *ih)
595 static __inline__ loff_t le_ih_k_type(const struct item_head *ih)
607 static __inline__ void set_le_ih_k_offset(struct item_head *ih, loff_t offset)
620 static __inline__ void set_le_ih_k_type(struct item_head *ih, int type)
1017 const struct item_head *ih, int pos_in_item)
1044 struct item_head *de_ih;
1282 struct item_head *vi_ih;
1295 struct item_head *vn_ins_ih; /* item header of inserted item, 0 for other modes */
1451 int (*bytes_number) (struct item_head * ih, int block_size);
1455 void (*print_item) (struct item_head *, char *item);
1456 void (*check_item) (struct item_head *, char *item);
1492 #define B_N_PITEM_HEAD(bh,item_num) ( (struct item_head * )((bh)->b_data + BLKH_SIZE) + (item_num) )
1761 extern void copy_item_head(struct item_head *p_v_to,
1762 const struct item_head *p_v_from);
1797 int comp_items(const struct item_head *stored_ih, const struct treepath *p_s_path);
1815 struct item_head *ih,
1879 void make_le_item_head(struct item_head *ih, const struct cpu_key *key,
1970 struct item_head *p_s_ins_ih, const void *);
2005 struct item_head *inserted_item_ih,
2016 int balance_internal(struct tree_balance *, int, int, struct item_head *,
2025 void do_balance(struct tree_balance *tb, struct item_head *ih,