Home
last modified time | relevance | path

Searched refs:item_head (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h466 struct item_head { struct
491 #define IH_SIZE (sizeof(struct item_head)) argument
583 static __inline__ loff_t le_ih_k_offset(const struct item_head *ih) in le_ih_k_offset()
595 static __inline__ loff_t le_ih_k_type(const struct item_head *ih) in le_ih_k_type()
607 static __inline__ void set_le_ih_k_offset(struct item_head *ih, loff_t offset) in set_le_ih_k_offset()
620 static __inline__ void set_le_ih_k_type(struct item_head *ih, int type) in set_le_ih_k_type()
1017 const struct item_head *ih, int pos_in_item) in entry_length()
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 */
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dutil.c536 struct dialog_list *item_head; variable
542 for (p = item_head; p; p = next) { in item_reset()
546 item_head = NULL; in item_reset()
555 if (item_head) in item_make()
558 item_head = p; in item_make()
618 for (p = item_head; p; p = p->next) in item_count()
636 for (p = item_head; p; p = p->next) { in item_n()
H A Ddialog.h180 extern struct dialog_list *item_head;
189 for (item_cur = item_head ? item_head: item_cur; \