Searched refs:search_by_key (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | procfs.c | 92 "search_by_key: \t%lu\n" in show_super() 123 SFP(bread_miss), SFP(search_by_key), in show_super()
|
H A D | reiserfs.h | 448 stat_cnt_t search_by_key; member 466 /* sbk == search_by_key */ 1122 /* reiserfs internal error code (used by search_by_key and fix_nodes)) */ 1333 /* return values for search_by_key and clones */ 2074 * search_by_key fills up the path from the root to the leaf as it descends 2077 * them in the cache it reads them from disk. For each node search_by_key 2118 * is still valid. You'll need to read search_by_key and the comments 3004 int search_by_key(struct super_block *, const struct cpu_key *, 3006 #define search_item(s,key,path) search_by_key (s, key, path, DISK_LEAF_NODE_LEVEL)
|
H A D | stree.c | 551 * the caller (search_by_key) will perform other schedule-unsafe 594 * node search_by_key finds using reiserfs_bread it then uses 600 * key. search_by_key returns a path that must be checked for the 605 * search_by_key - search for key (and item) in stree 615 int search_by_key(struct super_block *sb, const struct cpu_key *key, in search_by_key() function 632 PROC_INFO_INC(sb, search_by_key); in search_by_key()
|
H A D | fix_node.c | 1138 if (search_by_key in get_far_parent()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | procfs.c | 92 "search_by_key: \t%lu\n" in show_super() 123 SFP(bread_miss), SFP(search_by_key), in show_super()
|
H A D | reiserfs.h | 445 stat_cnt_t search_by_key; member 463 /* sbk == search_by_key */ 1119 /* reiserfs internal error code (used by search_by_key and fix_nodes)) */ 1330 /* return values for search_by_key and clones */ 2071 * search_by_key fills up the path from the root to the leaf as it descends 2074 * them in the cache it reads them from disk. For each node search_by_key 2115 * is still valid. You'll need to read search_by_key and the comments 3001 int search_by_key(struct super_block *, const struct cpu_key *, 3003 #define search_item(s,key,path) search_by_key (s, key, path, DISK_LEAF_NODE_LEVEL)
|
H A D | stree.c | 551 * the caller (search_by_key) will perform other schedule-unsafe 594 * node search_by_key finds using reiserfs_bread it then uses 600 * key. search_by_key returns a path that must be checked for the 605 * search_by_key - search for key (and item) in stree 615 int search_by_key(struct super_block *sb, const struct cpu_key *key, in search_by_key() function 632 PROC_INFO_INC(sb, search_by_key); in search_by_key()
|
H A D | fix_node.c | 1138 if (search_by_key in get_far_parent()
|
Completed in 26 milliseconds