HomeSort by relevance Sort by last modified time
    Searched full:ih_item_len (Results 1 - 2 of 2) 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...]
  /prebuilt/linux-x86/toolchain/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...]

Completed in 98 milliseconds