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

  /external/grub/stage2/
fsys_reiserfs.c 189 #define DISK_LEAF_NODE_LEVEL 1 /* Leaf node level. */
346 #define LEAF CACHE (DISK_LEAF_NODE_LEVEL)
658 if (INFO->tree_depth == DISK_LEAF_NODE_LEVEL)
745 depth = DISK_LEAF_NODE_LEVEL;
791 while (depth > DISK_LEAF_NODE_LEVEL);
834 while (depth > DISK_LEAF_NODE_LEVEL)
933 block_read (INFO->blocks[DISK_LEAF_NODE_LEVEL],
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 731 #define DISK_LEAF_NODE_LEVEL 1 /* Leaf node level. */
748 #define B_IS_ITEMS_LEVEL(p_s_bh) (B_LEVEL(p_s_bh) == DISK_LEAF_NODE_LEVEL)
751 #define B_IS_KEYS_LEVEL(p_s_bh) (B_LEVEL(p_s_bh) > DISK_LEAF_NODE_LEVEL \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 731 #define DISK_LEAF_NODE_LEVEL 1 /* Leaf node level. */
748 #define B_IS_ITEMS_LEVEL(p_s_bh) (B_LEVEL(p_s_bh) == DISK_LEAF_NODE_LEVEL)
751 #define B_IS_KEYS_LEVEL(p_s_bh) (B_LEVEL(p_s_bh) > DISK_LEAF_NODE_LEVEL \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 731 #define DISK_LEAF_NODE_LEVEL 1 /* Leaf node level. */
748 #define B_IS_ITEMS_LEVEL(p_s_bh) (B_LEVEL(p_s_bh) == DISK_LEAF_NODE_LEVEL)
751 #define B_IS_KEYS_LEVEL(p_s_bh) (B_LEVEL(p_s_bh) > DISK_LEAF_NODE_LEVEL \
    [all...]

Completed in 367 milliseconds