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

/linux-master/fs/reiserfs/
H A Dprints.c19 if (cpu_key_k_type(key) == TYPE_DIRENTRY)
50 if (cpu_key_k_type(key) == TYPE_STAT_DATA)
52 if (cpu_key_k_type(key) == TYPE_DIRENTRY)
54 if (cpu_key_k_type(key) == TYPE_DIRECT)
56 if (cpu_key_k_type(key) == TYPE_INDIRECT)
H A Dreiserfs.h1586 static inline loff_t cpu_key_k_type(const struct cpu_key *key) function
1606 #define is_direntry_cpu_key(key) (cpu_key_k_type (key) == TYPE_DIRENTRY)
1607 #define is_direct_cpu_key(key) (cpu_key_k_type (key) == TYPE_DIRECT)
1608 #define is_indirect_cpu_key(key) (cpu_key_k_type (key) == TYPE_INDIRECT)
1609 #define is_statdata_cpu_key(key) (cpu_key_k_type (key) == TYPE_STAT_DATA)
H A Dstree.c88 cpu_key_k_type(cpu_key))
92 cpu_key_k_type(cpu_key))
H A Dfix_node.c1009 item_ops[cpu_key_k_type(key)]->decrement_key(key);

Completed in 352 milliseconds