Searched refs:cpu_key_k_type (Results 1 – 4 of 4) sorted by relevance
19 if (cpu_key_k_type(key) == TYPE_DIRENTRY) in reiserfs_cpu_offset()50 if (cpu_key_k_type(key) == TYPE_STAT_DATA) in cpu_type()52 if (cpu_key_k_type(key) == TYPE_DIRENTRY) in cpu_type()54 if (cpu_key_k_type(key) == TYPE_DIRECT) in cpu_type()56 if (cpu_key_k_type(key) == TYPE_INDIRECT) in cpu_type()
1587 static inline loff_t cpu_key_k_type(const struct cpu_key *key) in cpu_key_k_type() function1607 #define is_direntry_cpu_key(key) (cpu_key_k_type (key) == TYPE_DIRENTRY)1608 #define is_direct_cpu_key(key) (cpu_key_k_type (key) == TYPE_DIRECT)1609 #define is_indirect_cpu_key(key) (cpu_key_k_type (key) == TYPE_INDIRECT)1610 #define is_statdata_cpu_key(key) (cpu_key_k_type (key) == TYPE_STAT_DATA)
88 cpu_key_k_type(cpu_key)) in comp_keys()92 cpu_key_k_type(cpu_key)) in comp_keys()
1011 item_ops[cpu_key_k_type(key)]->decrement_key(key); in decrement_key()