Home
last modified time | relevance | path

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

/Linux-v4.19/fs/reiserfs/
Dprints.c19 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()
Dreiserfs.h1587 static inline loff_t cpu_key_k_type(const struct cpu_key *key) in cpu_key_k_type() function
1607 #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)
Dstree.c88 cpu_key_k_type(cpu_key)) in comp_keys()
92 cpu_key_k_type(cpu_key)) in comp_keys()
Dfix_node.c1011 item_ops[cpu_key_k_type(key)]->decrement_key(key); in decrement_key()