Searched refs:cpu_key_k_type (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dprints.c20 if (cpu_key_k_type(key) == TYPE_DIRENTRY)
47 if (cpu_key_k_type (key) == TYPE_STAT_DATA)
49 if (cpu_key_k_type (key) == TYPE_DIRENTRY)
51 if (cpu_key_k_type (key) == TYPE_DIRECT)
53 if (cpu_key_k_type (key) == TYPE_INDIRECT)
H A Dstree.c138 if (le_key_k_type (le_key_version(le_key), le_key) < cpu_key_k_type (cpu_key))
141 if (le_key_k_type (le_key_version(le_key), le_key) > cpu_key_k_type (cpu_key))
172 if (cpu_key_k_type (key1) < cpu_key_k_type (key2))
174 if (cpu_key_k_type (key1) > cpu_key_k_type (key2))
H A Dfix_node.c942 item_ops[cpu_key_k_type (p_s_key)]->decrement_key (p_s_key);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dreiserfs_fs.h539 static inline loff_t cpu_key_k_type (const struct cpu_key * key) function
571 #define is_direntry_cpu_key(key) (cpu_key_k_type (key) == TYPE_DIRENTRY)
572 #define is_direct_cpu_key(key) (cpu_key_k_type (key) == TYPE_DIRECT)
573 #define is_indirect_cpu_key(key) (cpu_key_k_type (key) == TYPE_INDIRECT)
574 #define is_statdata_cpu_key(key) (cpu_key_k_type (key) == TYPE_STAT_DATA)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dreiserfs_fs.h539 static inline loff_t cpu_key_k_type (const struct cpu_key * key) function
571 #define is_direntry_cpu_key(key) (cpu_key_k_type (key) == TYPE_DIRENTRY)
572 #define is_direct_cpu_key(key) (cpu_key_k_type (key) == TYPE_DIRECT)
573 #define is_indirect_cpu_key(key) (cpu_key_k_type (key) == TYPE_INDIRECT)
574 #define is_statdata_cpu_key(key) (cpu_key_k_type (key) == TYPE_STAT_DATA)

Completed in 120 milliseconds