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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 493 #define ih_free_space(ih) le16_to_cpu((ih)->u.ih_free_space_reserved) macro
507 #define get_ih_free_space(ih) (ih_version (ih) == KEY_FORMAT_3_6 ? 0 : ih_free_space (ih))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 493 #define ih_free_space(ih) le16_to_cpu((ih)->u.ih_free_space_reserved) macro
507 #define get_ih_free_space(ih) (ih_version (ih) == KEY_FORMAT_3_6 ? 0 : ih_free_space (ih))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 493 #define ih_free_space(ih) le16_to_cpu((ih)->u.ih_free_space_reserved) macro
507 #define get_ih_free_space(ih) (ih_version (ih) == KEY_FORMAT_3_6 ? 0 : ih_free_space (ih))
    [all...]
  /external/grub/stage2/
fsys_reiserfs.c 197 __u16 ih_free_space; /* The free space in the last unformatted node of an indirect item if this member in union:item_head::__anon20247
    [all...]

Completed in 35 milliseconds