Home
last modified time | relevance | path

Searched defs:item_head (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs_private.h218 struct item_head struct
245 #define IH_SIZE (sizeof (struct item_head)) argument
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c579 struct dialog_list *item_head; variable
/openbmc/linux/scripts/kconfig/lxdialog/
H A Dutil.c579 struct dialog_list *item_head; variable
/openbmc/linux/fs/reiserfs/
H A Dreiserfs.h1358 struct item_head { struct
1363 struct reiserfs_key ih_key;
1364 union {
1393 #define IH_SIZE (sizeof(struct item_head)) argument
2196 static inline struct item_head *item_head(const struct buffer_head *bh, in item_head() function