OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ih_item_location
(Results
1 - 4
of
4
) sorted by null
/external/grub/stage2/
fsys_reiserfs.c
206
__u16
ih_item_location
; /* an offset to the item body within the block */
member in struct:item_head
797
INFO->current_item = &LEAF[ih->
ih_item_location
];
876
INFO->current_item = &LEAF[ih->
ih_item_location
];
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h
483
__le16
ih_item_location
; /* an offset to the item body
member in struct:item_head
496
#define ih_location(ih) le16_to_cpu((ih)->
ih_item_location
)
502
#define put_ih_location(ih, val) do { (ih)->
ih_item_location
= cpu_to_le16(val); } while (0)
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h
483
__le16
ih_item_location
; /* an offset to the item body
member in struct:item_head
496
#define ih_location(ih) le16_to_cpu((ih)->
ih_item_location
)
502
#define put_ih_location(ih, val) do { (ih)->
ih_item_location
= cpu_to_le16(val); } while (0)
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h
483
__le16
ih_item_location
; /* an offset to the item body
member in struct:item_head
496
#define ih_location(ih) le16_to_cpu((ih)->
ih_item_location
)
502
#define put_ih_location(ih, val) do { (ih)->
ih_item_location
= cpu_to_le16(val); } while (0)
[
all
...]
Completed in 4424 milliseconds