Searched refs:comp_keys (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | stree.c | 68 static inline int comp_keys(const struct reiserfs_key *le_key, in comp_keys() function 173 switch (comp_keys in bin_search() 337 if (comp_keys(get_lkey(chk_path, sb), key) == 1) in key_in_buffer() 340 /* if ( comp_keys(key, get_rkey(chk_path, sb)) != -1 ) */ in key_in_buffer() 341 if (comp_keys(get_rkey(chk_path, sb), key) != 1) in key_in_buffer() 738 RFALSE(comp_keys(&MAX_KEY, key) && in search_by_key()
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | stree.c | 68 static inline int comp_keys(const struct reiserfs_key *le_key, in comp_keys() function 173 switch (comp_keys in bin_search() 337 if (comp_keys(get_lkey(chk_path, sb), key) == 1) in key_in_buffer() 340 /* if ( comp_keys(key, get_rkey(chk_path, sb)) != -1 ) */ in key_in_buffer() 341 if (comp_keys(get_rkey(chk_path, sb), key) != 1) in key_in_buffer() 738 RFALSE(comp_keys(&MAX_KEY, key) && in search_by_key()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | ctree.c | 763 static int comp_keys(const struct btrfs_disk_key *disk_key, in comp_keys() function 776 static int comp_keys(const struct btrfs_disk_key *disk, in comp_keys() function 788 * same as comp_keys only with two btrfs_key's 859 if (!progress_passed && comp_keys(&disk_key, progress) < 0) in btrfs_realloc_node() 972 ret = comp_keys(tmp, key); in btrfs_bin_search() 2009 ret = comp_keys(&first_key, key); in search_leaf() 2518 ret = comp_keys(&found_key, &orig_key); in btrfs_prev_leaf() 2533 ret = comp_keys(&found_key, &key); in btrfs_prev_leaf() 2724 if (unlikely(comp_keys(&disk_key, new_key) >= 0)) { in btrfs_set_item_key_safe() 2738 if (unlikely(comp_keys( in btrfs_set_item_key_safe() [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.c | 1549 static int comp_keys(const struct btrfs_disk_key *disk_key, in comp_keys() function 1562 static int comp_keys(const struct btrfs_disk_key *disk, in comp_keys() function 1574 * same as comp_keys only with two btrfs_key's 1639 if (!progress_passed && comp_keys(&disk_key, progress) < 0) in btrfs_realloc_node() 1760 ret = comp_keys(tmp, key); in generic_bin_search() 3186 if (unlikely(comp_keys(&disk_key, new_key) >= 0)) { in btrfs_set_item_key_safe() 3200 if (unlikely(comp_keys(&disk_key, new_key) <= 0)) { in btrfs_set_item_key_safe() 5205 ret = comp_keys(&found_key, &orig_key); in btrfs_prev_leaf() 5220 ret = comp_keys(&found_key, &key); in btrfs_prev_leaf()
|
Completed in 17 milliseconds