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

  /external/grub/stage2/
fsys_reiserfs.c 205 __u16 ih_item_len; /* total size of the item body */ member in struct:item_head
911 blocksize = INFO->current_ih->ih_item_len;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 482 __le16 ih_item_len; /* total size of the item body */ member in struct:item_head
497 #define ih_item_len(ih) le16_to_cpu((ih)->ih_item_len) macro
503 #define put_ih_item_len(ih, val) do { (ih)->ih_item_len = 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 482 __le16 ih_item_len; /* total size of the item body */ member in struct:item_head
497 #define ih_item_len(ih) le16_to_cpu((ih)->ih_item_len) macro
503 #define put_ih_item_len(ih, val) do { (ih)->ih_item_len = 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 482 __le16 ih_item_len; /* total size of the item body */ member in struct:item_head
497 #define ih_item_len(ih) le16_to_cpu((ih)->ih_item_len) macro
503 #define put_ih_item_len(ih, val) do { (ih)->ih_item_len = cpu_to_le16(val); } while (0)
    [all...]

Completed in 980 milliseconds