/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | block-group.c | 201 block_group_cache_tree_search( struct btrfs_fs_info *info, u64 bytenr, int contains) block_group_cache_tree_search() argument 244 btrfs_lookup_first_block_group( struct btrfs_fs_info *info, u64 bytenr) btrfs_lookup_first_block_group() argument 253 btrfs_lookup_block_group( struct btrfs_fs_info *info, u64 bytenr) btrfs_lookup_block_group() argument 286 btrfs_inc_nocow_writers(struct btrfs_fs_info *fs_info, u64 bytenr) btrfs_inc_nocow_writers() argument 309 btrfs_dec_nocow_writers(struct btrfs_fs_info *fs_info, u64 bytenr) btrfs_dec_nocow_writers() argument 1671 u64 bytenr; btrfs_rmap_block() local 1744 u64 bytenr; exclude_super_stripes() local 2870 btrfs_update_block_group(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, int alloc) btrfs_update_block_group() argument [all...] |
H A D | check-integrity.c | 1503 static int btrfsic_map_block(struct btrfsic_state *state, u64 bytenr, u3 argument 1760 u64 bytenr = 0; btrfsic_process_written_block() local 1972 u64 bytenr; btrfsic_process_written_block() local 2615 btrfsic_cmp_log_and_dev_bytenr(struct btrfsic_state *state, u64 bytenr, struct btrfsic_dev_state *dev_state, u64 dev_bytenr) btrfsic_cmp_log_and_dev_bytenr() argument [all...] |
H A D | extent-tree.c | 113 btrfs_lookup_extent_info(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, u64 bytenr, u64 offset, int metadata, u64 *refs, u64 *flags) btrfs_lookup_extent_info() argument 438 lookup_extent_data_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid, u64 owner, u64 offset) lookup_extent_data_ref() argument 514 insert_extent_data_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add) insert_extent_data_ref() argument 681 lookup_tree_block_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid) lookup_tree_block_ref() argument 705 insert_tree_block_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid) insert_tree_block_ref() argument 780 lookup_inline_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_extent_inline_ref **ref_ret, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset, int insert) lookup_inline_extent_backref() argument 1038 lookup_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_extent_inline_ref **ref_ret, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset) lookup_extent_backref() argument 1136 insert_inline_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add, struct btrfs_delayed_extent_op *extent_op) insert_inline_extent_backref() argument 1271 btrfs_discard_extent(struct btrfs_fs_info *fs_info, u64 bytenr, u64 num_bytes, u64 *actual_bytes) btrfs_discard_extent() argument 1428 u64 bytenr = node->bytenr; __btrfs_inc_extent_ref() local 2210 check_delayed_ref(struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, u64 bytenr) check_delayed_ref() argument 2290 check_committed_ref(struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, u64 bytenr, bool strict) check_committed_ref() argument 2365 btrfs_cross_ref_exist(struct btrfs_root *root, u64 objectid, u64 offset, u64 bytenr, bool strict) btrfs_cross_ref_exist() argument 2397 u64 bytenr; __btrfs_mod_ref() local 2491 btrfs_extent_readonly(struct btrfs_fs_info *fs_info, u64 bytenr) btrfs_extent_readonly() argument 2524 u64 bytenr; first_logical_byte() local 2543 pin_down_extent(struct btrfs_trans_handle *trans, struct btrfs_block_group *cache, u64 bytenr, u64 num_bytes, int reserved) pin_down_extent() argument 2567 btrfs_pin_extent(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, int reserved) btrfs_pin_extent() argument 2584 btrfs_pin_extent_for_log_replay(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes) btrfs_pin_extent_for_log_replay() argument 2973 u64 bytenr = node->bytenr; __btrfs_free_extent() local 3270 check_ref_cleanup(struct btrfs_trans_handle *trans, u64 bytenr) check_ref_cleanup() argument 4582 btrfs_init_new_buffer(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, int level, u64 owner, enum btrfs_lock_nesting nest) btrfs_init_new_buffer() argument 4764 u64 bytenr; reada_walk_down() local 4918 check_ref_exists(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, u64 parent, int level) check_ref_exists() argument 4960 u64 bytenr; do_walk_down() local [all...] |
H A D | free-space-cache.c | 2532 btrfs_add_free_space(struct btrfs_block_group *block_group, u64 bytenr, u64 size) btrfs_add_free_space() argument 2550 btrfs_add_free_space_async_trimmed(struct btrfs_block_group *block_group, u64 bytenr, u64 size) btrfs_add_free_space_async_trimmed() argument
|
H A D | ctree.c | 3492 insert_ptr(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_disk_key *key, u64 bytenr, int slot, int level) insert_ptr() argument
|
H A D | tree-log.c | 2736 u64 bytenr; in walk_down_log_tree() local [all...] |
H A D | disk-io.c | 950 void readahead_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr) in readahead_tree_block() argument 983 struct extent_buffer *read_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, in read_tree_block() argument 966 btrfs_find_create_tree_block( struct btrfs_fs_info *fs_info, u64 bytenr) btrfs_find_create_tree_block() argument 2287 u64 bytenr = btrfs_super_log_root(disk_super); btrfs_replay_log() local 3533 u64 bytenr; btrfs_read_dev_one_super() local 3605 u64 bytenr; write_dev_supers() local 3683 u64 bytenr; wait_dev_supers() local [all...] |
H A D | scrub.c | 393 static u64 get_full_stripe_logical(struct btrfs_block_group *cache, u64 bytenr) in get_full_stripe_logical() argument 423 static int lock_full_stripe(struct btrfs_fs_info *fs_info, u64 bytenr, in lock_full_stripe() argument 470 static int unlock_full_stripe(struct btrfs_fs_info *fs_info, u64 bytenr, in unlock_full_stripe() argument 3702 u64 bytenr; scrub_supers() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | block-group.c | 219 block_group_cache_tree_search( struct btrfs_fs_info *info, u64 bytenr, int contains) block_group_cache_tree_search() argument 259 btrfs_lookup_first_block_group( struct btrfs_fs_info *info, u64 bytenr) btrfs_lookup_first_block_group() argument 268 btrfs_lookup_block_group( struct btrfs_fs_info *info, u64 bytenr) btrfs_lookup_block_group() argument 316 btrfs_inc_nocow_writers(struct btrfs_fs_info *fs_info, u64 bytenr) btrfs_inc_nocow_writers() argument 2075 u64 bytenr; btrfs_rmap_block() local 2150 u64 bytenr; exclude_super_stripes() local 3587 btrfs_update_block_group(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, bool alloc) btrfs_update_block_group() argument [all...] |
H A D | backref.c | 446 static int is_shared_data_backref(struct preftrees *preftrees, u64 bytenr) in is_shared_data_backref() argument 1252 lookup_backref_shared_cache(struct btrfs_backref_share_check_ctx *ctx, struct btrfs_root *root, u64 bytenr, int level, bool *is_shared) lookup_backref_shared_cache() argument 1322 store_backref_shared_cache(struct btrfs_backref_share_check_ctx *ctx, struct btrfs_root *root, u64 bytenr, int level, bool is_shared) store_backref_shared_cache() argument 1853 btrfs_is_data_extent_shared(struct btrfs_inode *inode, u64 bytenr, u64 extent_gen, struct btrfs_backref_share_check_ctx *ctx) btrfs_is_data_extent_shared() argument 2850 btrfs_backref_iter_start(struct btrfs_backref_iter *iter, u64 bytenr) btrfs_backref_iter_start() argument 3017 btrfs_backref_alloc_node( struct btrfs_backref_cache *cache, u64 bytenr, int level) btrfs_backref_alloc_node() argument [all...] |
H A D | file.c | 604 u64 bytenr; in btrfs_mark_extent_written() local 554 extent_mergeable(struct extent_buffer *leaf, int slot, u64 objectid, u64 bytenr, u64 orig_offset, u64 *start, u64 *end) extent_mergeable() argument [all...] |
H A D | check-integrity.c | 1455 static int btrfsic_map_block(struct btrfsic_state *state, u64 bytenr, u3 argument 1715 u64 bytenr = 0; btrfsic_process_written_block() local 1932 u64 bytenr; btrfsic_process_written_block() local 2586 btrfsic_cmp_log_and_dev_bytenr(struct btrfsic_state *state, u64 bytenr, struct btrfsic_dev_state *dev_state, u64 dev_bytenr) btrfsic_cmp_log_and_dev_bytenr() argument [all...] |
H A D | zoned.c | 130 u64 bytenr = ALIGN_DOWN(zone_end, BTRFS_SUPER_INFO_SIZE) - in sb_write_pointer() local
|
H A D | relocation.c | 94 u64 bytenr; member 110 u64 bytenr; member 238 update_backref_node(struct btrfs_backref_cache *cache, struct btrfs_backref_node *node, u64 bytenr) update_backref_node() argument 362 find_reloc_root(struct btrfs_fs_info *fs_info, u64 bytenr) find_reloc_root() argument 468 build_backref_tree( struct btrfs_trans_handle *trans, struct reloc_control *rc, struct btrfs_key *node_key, int level, u64 bytenr) build_backref_tree() argument 1015 get_new_location(struct inode *reloc_inode, u64 *new_bytenr, u64 bytenr, u64 num_bytes) get_new_location() argument 1074 u64 bytenr; replace_file_extents() local 2414 u64 bytenr; do_relocation() local 2631 tree_block_processed(u64 bytenr, struct reloc_control *rc) tree_block_processed() argument 3295 __add_tree_block(struct reloc_control *rc, u64 bytenr, u32 blocksize, struct rb_root *blocks) __add_tree_block() argument [all...] |
H A D | scrub.c | 2718 u64 bytenr; in scrub_supers() local [all...] |
H A D | qgroup.c | 1814 u64 bytenr = record->bytenr; in btrfs_qgroup_trace_extent_nolock() local 1895 int btrfs_qgroup_trace_extent(struct btrfs_trans_handle *trans, u64 bytenr, in btrfs_qgroup_trace_extent() argument 1933 u64 bytenr, num_bytes; btrfs_qgroup_trace_leaf_items() local 2693 btrfs_qgroup_account_extent(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, struct ulist *old_roots, struct ulist *new_roots) btrfs_qgroup_account_extent() argument [all...] |
H A D | free-space-cache.c | 2690 __btrfs_add_free_space_zoned(struct btrfs_block_group *block_group, u64 bytenr, u64 size, bool used) __btrfs_add_free_space_zoned() argument 2747 btrfs_add_free_space(struct btrfs_block_group *block_group, u64 bytenr, u64 size) btrfs_add_free_space() argument 2762 btrfs_add_free_space_unused(struct btrfs_block_group *block_group, u64 bytenr, u64 size) btrfs_add_free_space_unused() argument 2777 btrfs_add_free_space_async_trimmed(struct btrfs_block_group *block_group, u64 bytenr, u64 size) btrfs_add_free_space_async_trimmed() argument [all...] |
H A D | extent-tree.c | 101 btrfs_lookup_extent_info(struct btrfs_trans_handle *trans, struct btrfs_fs_info *fs_info, u64 bytenr, u64 offset, int metadata, u64 *refs, u64 *flags) btrfs_lookup_extent_info() argument 430 lookup_extent_data_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid, u64 owner, u64 offset) lookup_extent_data_ref() argument 506 insert_extent_data_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add) insert_extent_data_ref() argument 672 lookup_tree_block_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid) lookup_tree_block_ref() argument 696 insert_tree_block_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid) insert_tree_block_ref() argument 771 lookup_inline_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_extent_inline_ref **ref_ret, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset, int insert) lookup_inline_extent_backref() argument 1039 lookup_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_extent_inline_ref **ref_ret, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset) lookup_extent_backref() argument 1186 insert_inline_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 num_bytes, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add, struct btrfs_delayed_extent_op *extent_op) insert_inline_extent_backref() argument 1356 btrfs_discard_extent(struct btrfs_fs_info *fs_info, u64 bytenr, u64 num_bytes, u64 *actual_bytes) btrfs_discard_extent() argument 1489 u64 bytenr = node->bytenr; __btrfs_inc_extent_ref() local 2220 check_delayed_ref(struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, u64 bytenr) check_delayed_ref() argument 2306 check_committed_ref(struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, u64 bytenr, bool strict) check_committed_ref() argument 2381 btrfs_cross_ref_exist(struct btrfs_root *root, u64 objectid, u64 offset, u64 bytenr, bool strict, struct btrfs_path *path) btrfs_cross_ref_exist() argument 2408 u64 bytenr; __btrfs_mod_ref() local 2520 u64 bytenr = 0; first_logical_byte() local 2536 pin_down_extent(struct btrfs_trans_handle *trans, struct btrfs_block_group *cache, u64 bytenr, u64 num_bytes, int reserved) pin_down_extent() argument 2559 btrfs_pin_extent(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, int reserved) btrfs_pin_extent() argument 2576 btrfs_pin_extent_for_log_replay(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes) btrfs_pin_extent_for_log_replay() argument 2852 do_free_extent_accounting(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, bool is_data) do_free_extent_accounting() argument 2967 u64 bytenr = node->bytenr; __btrfs_free_extent() local 3232 check_ref_cleanup(struct btrfs_trans_handle *trans, u64 bytenr) check_ref_cleanup() argument 3688 u64 bytenr = block_group->start; do_allocation_zoned() local 4612 alloc_reserved_extent(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes) alloc_reserved_extent() argument 4836 btrfs_init_new_buffer(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, int level, u64 owner, enum btrfs_lock_nesting nest) btrfs_init_new_buffer() argument 5042 u64 bytenr; reada_walk_down() local 5195 check_ref_exists(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, u64 parent, int level) check_ref_exists() argument 5237 u64 bytenr; do_walk_down() local [all...] |
H A D | extent_io.c | 4399 extent_buffer_get_byte(const struct extent_buffer *eb, unsigned long bytenr) extent_buffer_get_byte() argument 4559 get_next_extent_buffer( struct btrfs_fs_info *fs_info, struct page *page, u64 bytenr) get_next_extent_buffer() argument 4723 btrfs_readahead_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, u64 owner_root, u64 gen, int level) btrfs_readahead_tree_block() argument [all...] |
H A D | ctree.c | 3042 insert_ptr(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_disk_key *key, u64 bytenr, int slot, int level) insert_ptr() argument
|
H A D | disk-io.c | 595 struct extent_buffer *read_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, in read_tree_block() argument 786 static u64 btrfs_global_root_id(struct btrfs_fs_info *fs_info, u64 bytenr) in btrfs_global_root_id() argument 578 btrfs_find_create_tree_block( struct btrfs_fs_info *fs_info, u64 bytenr, u64 owner_root, int level) btrfs_find_create_tree_block() argument 807 btrfs_csum_root(struct btrfs_fs_info *fs_info, u64 bytenr) btrfs_csum_root() argument 818 btrfs_extent_root(struct btrfs_fs_info *fs_info, u64 bytenr) btrfs_extent_root() argument 2051 u64 bytenr = btrfs_super_log_root(disk_super); btrfs_replay_log() local 2540 load_super_root(struct btrfs_root *root, u64 bytenr, u64 gen, int level) load_super_root() argument 2570 u64 gen, bytenr; load_important_roots() local 3670 u64 bytenr, bytenr_orig; btrfs_read_dev_one_super() local 3763 u64 bytenr, bytenr_orig; write_dev_supers() local 3856 u64 bytenr; wait_dev_supers() local [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | w83791d.c | 447 int bytenr = bitnr / 8; in store_beep() local
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | btrfs_tree.h | 611 __le64 bytenr; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 261 __le64 bytenr; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btrfs_tree.h | 261 __le64 bytenr; member
|