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

  /external/grub/stage2/
fsys_reiserfs.c 201 __u16 ih_entry_count; /* Iff this is a directory item, this field equals the number of directory member in union:item_head::__anon8233
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 480 __le16 ih_entry_count; member in union:item_head::__anon26574
495 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count) macro
501 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = 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 480 __le16 ih_entry_count; member in union:item_head::__anon28165
495 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count) macro
501 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = 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 480 __le16 ih_entry_count; member in union:item_head::__anon29679
495 #define ih_entry_count(ih) le16_to_cpu((ih)->u.ih_entry_count) macro
501 #define put_ih_entry_count(ih, val) do { (ih)->u.ih_entry_count = cpu_to_le16(val); } while (0)
    [all...]

Completed in 503 milliseconds