HomeSort by relevance Sort by last modified time
    Searched refs:item_head (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 466 struct item_head { struct
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)
    [all...]
  /external/grub/stage2/
fsys_reiserfs.c 191 struct item_head struct
213 #define IH_SIZE (sizeof (struct item_head))
309 struct item_head *current_ih;
349 #define ITEMHEAD ((struct item_head *) ((int) LEAF + BLKH_SIZE))
731 struct item_head *ih = INFO->current_ih + 1;
755 ih = (struct item_head *) &BLOCKHEAD (LEAF)->blk_right_delim_key;
826 struct item_head *ih;
    [all...]

Completed in 23 milliseconds