Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dreiserfs_private.h219 struct item_head struct
246 #define IH_SIZE (sizeof (struct item_head)) argument
/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dutil.c579 struct dialog_list *item_head; variable
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dutil.c592 struct dialog_list *item_head; variable
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dutil.c580 struct dialog_list *item_head; variable
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dreiserfs.h1361 struct item_head { struct
1366 struct reiserfs_key ih_key;
1367 union {
1396 #define IH_SIZE (sizeof(struct item_head)) argument
2199 static inline struct item_head *item_head(const struct buffer_head *bh, in item_head() function