Searched defs:p_cpu_key (Results 1 - 1 of 1) sorted by relevance

/fs/reiserfs/
H A Dstree.c832 const struct cpu_key *p_cpu_key,
843 if (is_direntry_cpu_key(p_cpu_key))
844 return search_by_entry_key(sb, p_cpu_key, search_path,
850 retval = search_item(sb, p_cpu_key, search_path);
874 if (comp_short_keys(&p_le_ih->ih_key, p_cpu_key))
880 offset = cpu_key_k_offset(p_cpu_key);
830 search_for_position_by_key(struct super_block *sb, const struct cpu_key *p_cpu_key, struct treepath *search_path) argument

Completed in 43 milliseconds