linux/fs/btrfs
Nikolay Borisov a74b35ec87 btrfs: Rename bin_search -> btrfs_bin_search
Currently there are 2 function doing binary search on btrfs nodes:
bin_search and btrfs_bin_search. The latter being a simple wrapper for
the former. So eliminate the wrapper and just rename bin_search to
btrfs_bin_search. No functional changes

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2018-01-22 16:08:18 +01:00
..
tests btrfs: Remove redundant FLAG_VACANCY 2018-01-22 16:08:14 +01:00
acl.c
async-thread.c
async-thread.h
backref.c btrfs: make function update_share_count static 2018-01-22 16:08:14 +01:00
backref.h
btrfs_inode.h
check-integrity.c
check-integrity.h
compression.c btrfs: compression: add helper for type to string conversion 2018-01-22 16:08:16 +01:00
compression.h btrfs: compression: add helper for type to string conversion 2018-01-22 16:08:16 +01:00
ctree.c btrfs: Rename bin_search -> btrfs_bin_search 2018-01-22 16:08:18 +01:00
ctree.h btrfs: Cleanup existing name_len checks 2018-01-22 16:08:12 +01:00
dedupe.h
delayed-inode.c btrfs: Move checks from btrfs_wq_run_delayed_node to btrfs_balance_delayed_items 2018-01-22 16:08:11 +01:00
delayed-inode.h
delayed-ref.c Btrfs: add __init macro to btrfs init functions 2018-01-22 16:08:11 +01:00
delayed-ref.h Btrfs: add __init macro to btrfs init functions 2018-01-22 16:08:11 +01:00
dev-replace.c btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT 2018-01-22 16:08:15 +01:00
dev-replace.h
dir-item.c btrfs: Cleanup existing name_len checks 2018-01-22 16:08:12 +01:00
disk-io.c btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENT 2018-01-22 16:08:15 +01:00
disk-io.h btrfs: sink get_extent parameter to read_extent_buffer_pages 2018-01-22 16:08:13 +01:00
export.c btrfs: Cleanup existing name_len checks 2018-01-22 16:08:12 +01:00
export.h
extent-tree.c btrfs: cleanup device states define BTRFS_DEV_STATE_REPLACE_TGT 2018-01-22 16:08:15 +01:00
extent_io.c btrfs: sink extent_write_full_page tree argument 2018-01-22 16:08:16 +01:00
extent_io.h btrfs: sink extent_write_full_page tree argument 2018-01-22 16:08:16 +01:00
extent_map.c
extent_map.h btrfs: Remove redundant FLAG_VACANCY 2018-01-22 16:08:14 +01:00
file-item.c
file.c Btrfs: set plug for fsync 2018-01-22 16:08:13 +01:00
free-space-cache.c btrfs: sink gfp parameter to clear_extent_bit 2018-01-22 16:08:12 +01:00
free-space-cache.h
free-space-tree.c
free-space-tree.h
hash.c
hash.h
inode-item.c
inode-map.c
inode-map.h
inode.c btrfs: sink extent_write_full_page tree argument 2018-01-22 16:08:16 +01:00
ioctl.c btrfs: SETFLAGS ioctl: use helper for compression type conversion 2018-01-22 16:08:16 +01:00
Kconfig
locking.c
locking.h
lzo.c
Makefile
math.h
ordered-data.c
ordered-data.h
orphan.c
print-tree.c
print-tree.h
props.c btrfs: prop: use common helper for type to string conversion 2018-01-22 16:08:16 +01:00
props.h
qgroup.c btrfs: sink gfp parameter to clear_extent_bit 2018-01-22 16:08:12 +01:00
qgroup.h
raid56.c Btrfs: remove unused variable wait in lock_stripe_add 2018-01-22 16:08:15 +01:00
raid56.h
rcu-string.h
reada.c
ref-verify.c btrfs: ref-verify: Remove unused parameter from walk_up_tree() to kill warning 2018-01-22 16:08:13 +01:00
ref-verify.h
relocation.c
root-tree.c btrfs: Cleanup existing name_len checks 2018-01-22 16:08:12 +01:00
scrub.c Btrfs: use struct completion in scrub_submit_raid56_bio_wait 2018-01-22 16:08:15 +01:00
send.c btrfs: Cleanup existing name_len checks 2018-01-22 16:08:12 +01:00
send.h
struct-funcs.c
super.c btrfs: remove duplicate includes 2018-01-22 16:08:16 +01:00
sysfs.c Btrfs: add __init macro to btrfs init functions 2018-01-22 16:08:11 +01:00
sysfs.h
transaction.c btrfs: switch to refcount_t type for btrfs_trans_handle::use_count 2018-01-22 16:08:14 +01:00
transaction.h btrfs: reorder btrfs_transaction members for better packing 2018-01-22 16:08:14 +01:00
tree-checker.c btrfs: tree-checker: use %zu format string for size_t 2018-01-22 16:08:15 +01:00
tree-checker.h
tree-defrag.c
tree-log.c btrfs: btrfs_inode_log_parent should use defined inode_only values. 2018-01-22 16:08:14 +01:00
tree-log.h
ulist.c
ulist.h
uuid-tree.c
volumes.c btrfs: Remove pair of bio_get/put in btrfs_schedule_bio 2018-01-22 16:08:16 +01:00
volumes.h btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENT 2018-01-22 16:08:15 +01:00
xattr.c btrfs: Cleanup existing name_len checks 2018-01-22 16:08:12 +01:00
xattr.h
zlib.c
zstd.c btrfs: move some zstd work data from stack to workspace 2018-01-22 16:08:14 +01:00