/linux/fs/btrfs/ |
A D | ref-verify.c | 64 u64 bytenr; member 98 static struct block_entry *lookup_block_entry(struct rb_root *root, u64 bytenr) in lookup_block_entry() 261 u64 bytenr, u64 len, in add_block_entry() 310 u64 parent, u64 bytenr, int level) in add_tree_block() 355 u64 parent, u32 num_refs, u64 bytenr, in add_shared_data_ref() 386 u64 bytenr, u64 num_bytes) in add_extent_data_ref() 498 struct btrfs_path *path, u64 *bytenr, u64 *num_bytes, in process_leaf() 553 int level, u64 *bytenr, u64 *num_bytes, in walk_down_tree() 669 u64 bytenr = generic_ref->bytenr; in btrfs_ref_tree_mod() local 978 u64 bytenr = 0, num_bytes = 0; in btrfs_build_ref_tree() local
|
A D | misc.h | 70 u64 bytenr; member 73 static inline struct rb_node *rb_simple_search(struct rb_root *root, u64 bytenr) in rb_simple_search() 91 static inline struct rb_node *rb_simple_insert(struct rb_root *root, u64 bytenr, in rb_simple_insert()
|
A D | delayed-ref.c | 288 u64 bytenr; in htree_insert() local 365 struct btrfs_delayed_ref_root *dr, u64 bytenr, in find_ref_head() 718 u64 bytenr, u64 num_bytes, u64 ref_root, in init_delayed_ref_head() 861 u64 bytenr, u64 num_bytes, u64 ref_root, in init_delayed_ref_common() 904 u64 bytenr = generic_ref->bytenr; in btrfs_add_delayed_tree_ref() local 996 u64 bytenr = generic_ref->bytenr; in btrfs_add_delayed_data_ref() local 1074 u64 bytenr, u64 num_bytes, in btrfs_add_delayed_extent_op() 1110 btrfs_find_delayed_ref_head(struct btrfs_delayed_ref_root *delayed_refs, u64 bytenr) in btrfs_find_delayed_ref_head()
|
A D | extent-tree.c | 442 u64 bytenr, u64 parent, in lookup_extent_data_ref() 685 u64 bytenr, u64 parent, in lookup_tree_block_ref() 709 u64 bytenr, u64 parent, in insert_tree_block_ref() 1458 u64 bytenr = node->bytenr; in __btrfs_inc_extent_ref() local 2358 u64 bytenr, bool strict) in btrfs_cross_ref_exist() 2389 u64 bytenr; in __btrfs_mod_ref() local 2501 u64 bytenr; in first_logical_byte() local 2934 u64 bytenr = node->bytenr; in __btrfs_free_extent() local 3229 u64 bytenr) in check_ref_cleanup() 4981 u64 bytenr; in reada_walk_down() local [all …]
|
A D | file-item.c | 181 u64 bytenr, int cow) in btrfs_lookup_csum() 744 u64 bytenr, u64 len) in truncate_one_csum() 792 struct btrfs_root *root, u64 bytenr, u64 len) in btrfs_del_csums() 980 u64 bytenr; in btrfs_csum_file_blocks() local 1203 u64 bytenr; in btrfs_extent_item_to_extent_map() local
|
A D | delayed-ref.h | 27 u64 bytenr; member 72 u64 bytenr; member 238 u64 bytenr; member 258 int action, u64 bytenr, u64 len, u64 parent) in btrfs_init_generic_ref()
|
A D | backref.c | 391 static int is_shared_data_backref(struct preftrees *preftrees, u64 bytenr) in is_shared_data_backref() 932 struct btrfs_path *path, u64 bytenr, in add_inline_refs() 1053 struct btrfs_path *path, u64 bytenr, in add_keyed_refs() 1168 struct btrfs_fs_info *fs_info, u64 bytenr, 1415 struct btrfs_fs_info *fs_info, u64 bytenr, 1449 struct btrfs_fs_info *fs_info, u64 bytenr, 1489 struct btrfs_fs_info *fs_info, u64 bytenr, 1524 int btrfs_check_shared(struct btrfs_root *root, u64 inum, u64 bytenr, 2330 int btrfs_backref_iter_start(struct btrfs_backref_iter *iter, u64 bytenr) 2495 struct btrfs_backref_cache *cache, u64 bytenr, int level)
|
A D | backref.h | 89 u64 bytenr; member 168 u64 bytenr; member 363 u64 bytenr, int errno) in btrfs_backref_panic()
|
A D | block-group.c | 198 struct btrfs_fs_info *info, u64 bytenr, int contains) in block_group_cache_tree_search() 241 struct btrfs_fs_info *info, u64 bytenr) in btrfs_lookup_first_block_group() 250 struct btrfs_fs_info *info, u64 bytenr) in btrfs_lookup_block_group() 282 bool btrfs_inc_nocow_writers(struct btrfs_fs_info *fs_info, u64 bytenr) in btrfs_inc_nocow_writers() 305 void btrfs_dec_nocow_writers(struct btrfs_fs_info *fs_info, u64 bytenr) in btrfs_dec_nocow_writers() 1753 u64 bytenr; in btrfs_rmap_block() local 1832 u64 bytenr; in exclude_super_stripes() local 3185 u64 bytenr, u64 num_bytes, bool alloc) in btrfs_update_block_group()
|
A D | relocation.c | 84 u64 bytenr; member 100 u64 bytenr; member 229 struct btrfs_backref_node *node, u64 bytenr) in update_backref_node() 352 struct btrfs_root *find_reloc_root(struct btrfs_fs_info *fs_info, u64 bytenr) in find_reloc_root() 460 int level, u64 bytenr) in build_backref_tree() 1005 u64 bytenr, u64 num_bytes) in get_new_location() 1063 u64 bytenr; in replace_file_extents() local 2366 u64 bytenr; in do_relocation() local 2583 static int tree_block_processed(u64 bytenr, struct reloc_control *rc) in tree_block_processed() 3236 u64 bytenr, u32 blocksize, in __add_tree_block()
|
A D | disk-io.c | 1085 u64 bytenr, u64 owner_root, in btrfs_find_create_tree_block() 1102 struct extent_buffer *read_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, in read_tree_block() 2392 u64 bytenr = btrfs_super_log_root(disk_super); in btrfs_replay_log() local 3748 u64 bytenr, bytenr_orig; in btrfs_read_dev_one_super() local 3828 u64 bytenr, bytenr_orig; in write_dev_supers() local 3920 u64 bytenr; in wait_dev_supers() local
|
A D | ordered-data.h | 18 u64 bytenr; member
|
A D | reada.c | 103 u64 bytenr; in __readahead_hook() local 659 static int reada_tree_block_flagged(struct btrfs_fs_info *fs_info, u64 bytenr, in reada_tree_block_flagged()
|
A D | qgroup.c | 1680 u64 bytenr = record->bytenr; in btrfs_qgroup_trace_extent_nolock() local 1712 u64 bytenr = qrecord->bytenr; in btrfs_qgroup_trace_extent_post() local 1757 int btrfs_qgroup_trace_extent(struct btrfs_trans_handle *trans, u64 bytenr, in btrfs_qgroup_trace_extent() 1795 u64 bytenr, num_bytes; in btrfs_qgroup_trace_leaf_items() local 2534 int btrfs_qgroup_account_extent(struct btrfs_trans_handle *trans, u64 bytenr, in btrfs_qgroup_account_extent()
|
A D | qgroup.h | 109 u64 bytenr; member
|
A D | check-integrity.c | 1454 static int btrfsic_map_block(struct btrfsic_state *state, u64 bytenr, u32 len, in btrfsic_map_block() 1712 u64 bytenr = 0; in btrfsic_process_written_block() local 1929 u64 bytenr; in btrfsic_process_written_block() local 2584 u64 bytenr, in btrfsic_cmp_log_and_dev_bytenr()
|
A D | tree-checker.c | 1180 u64 bytenr; in extent_err() local 1763 u64 bytenr; in btrfs_check_node() local
|
A D | free-space-cache.c | 2539 u64 bytenr, u64 size, bool used) in __btrfs_add_free_space_zoned() 2594 u64 bytenr, u64 size) in btrfs_add_free_space() 2611 u64 bytenr, u64 size) in btrfs_add_free_space_unused() 2626 u64 bytenr, u64 size) in btrfs_add_free_space_async_trimmed()
|
A D | scrub.c | 388 static u64 get_full_stripe_logical(struct btrfs_block_group *cache, u64 bytenr) in get_full_stripe_logical() 418 static int lock_full_stripe(struct btrfs_fs_info *fs_info, u64 bytenr, in lock_full_stripe() 465 static int unlock_full_stripe(struct btrfs_fs_info *fs_info, u64 bytenr, in unlock_full_stripe() 3953 u64 bytenr; in scrub_supers() local
|
A D | file.c | 1047 u64 objectid, u64 bytenr, u64 orig_offset, in extent_mergeable() 1097 u64 bytenr; in btrfs_mark_extent_written() local
|
A D | extent_io.c | 2960 struct btrfs_fs_info *fs_info, struct page *page, u64 bytenr) in find_extent_buffer_readpage() 5696 u64 bytenr = em->block_start - in extent_fiemap() local 7261 struct btrfs_fs_info *fs_info, struct page *page, u64 bytenr) in get_next_extent_buffer() 7425 u64 bytenr, u64 owner_root, u64 gen, int level) in btrfs_readahead_tree_block()
|
A D | zoned.c | 119 u64 bytenr; in sb_write_pointer() local
|
/linux/fs/btrfs/tests/ |
A D | qgroup-tests.c | 14 static int insert_normal_tree_ref(struct btrfs_root *root, u64 bytenr, in insert_normal_tree_ref() 66 static int add_tree_ref(struct btrfs_root *root, u64 bytenr, u64 num_bytes, in add_tree_ref() 117 static int remove_extent_item(struct btrfs_root *root, u64 bytenr, in remove_extent_item() 148 static int remove_extent_ref(struct btrfs_root *root, u64 bytenr, in remove_extent_ref()
|
/linux/drivers/hwmon/ |
A D | w83791d.c | 447 int bytenr = bitnr / 8; in store_beep() local
|
/linux/include/uapi/linux/ |
A D | btrfs_tree.h | 635 __le64 bytenr; member
|