Searched refs:search_by_key (Results 1 - 5 of 5) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfix_node.c1043 if (search_by_key
H A Dprocfs.c103 "search_by_key: \t%lu\n"
134 SFP(bread_miss), SFP(search_by_key),
H A Dstree.c31 * search_by_key
592 node search_by_key finds using reiserfs_bread it then uses
598 key. search_by_key returns a path that must be checked for the
602 int search_by_key(struct super_block *p_s_sb, const struct cpu_key *p_s_key, /* Key to search. */ function
628 PROC_INFO_INC(p_s_sb, search_by_key);
647 reiserfs_warning(p_s_sb, "PAP-5100: search_by_key: %s:"
716 "PAP-5140: search_by_key: schedule occurred in do_balance!");
723 reiserfs_warning(p_s_sb, "vs-5150: search_by_key: "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h247 // reiserfs internal error code (used by search_by_key adn fix_nodes))
436 /* return values for search_by_key and clones */
1122 does not find them in the cache it reads them from disk. For each node search_by_key finds using
1147 is still valid. You'll need to read search_by_key and the comments
1798 int search_by_key(struct super_block *, const struct cpu_key *,
1800 #define search_item(s,key,path) search_by_key (s, key, path, DISK_LEAF_NODE_LEVEL)
H A Dreiserfs_fs_sb.h283 stat_cnt_t search_by_key; member in struct:reiserfs_proc_info_data
298 /* sbk == search_by_key */

Completed in 114 milliseconds