Searched defs:bytenr (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/fs/btrfs/tests/
H A Dqgroup-tests.c16 static int insert_normal_tree_ref(struct btrfs_root *root, u64 bytenr, argument
68 static int add_tree_ref(struct btrfs_root *root, u64 bytenr, u64 num_bytes, argument
119 static int remove_extent_item(struct btrfs_root *root, u64 bytenr, argument
150 static int remove_extent_ref(struct btrfs_root *root, u64 bytenr, argument
[all...]
/linux-master/fs/btrfs/
H A Dmisc.h66 u64 bytenr; member in struct:rb_simple_node
69 static inline struct rb_node *rb_simple_search(struct rb_root *root, u64 bytenr) argument
96 rb_simple_search_first(struct rb_root *root, u64 bytenr) argument
122 rb_simple_insert(struct rb_root *root, u64 bytenr, struct rb_node *node) argument
[all...]
H A Dqgroup.h130 u64 bytenr; member in struct:btrfs_qgroup_extent_record
H A Dref-verify.c67 u64 bytenr; member in struct:block_entry
101 static struct block_entry *lookup_block_entry(struct rb_root *root, u64 bytenr) argument
263 add_block_entry(struct btrfs_fs_info *fs_info, u64 bytenr, u64 len, u64 root_objectid) argument
312 add_tree_block(struct btrfs_fs_info *fs_info, u64 ref_root, u64 parent, u64 bytenr, int level) argument
357 add_shared_data_ref(struct btrfs_fs_info *fs_info, u64 parent, u32 num_refs, u64 bytenr, u64 num_bytes) argument
386 add_extent_data_ref(struct btrfs_fs_info *fs_info, struct extent_buffer *leaf, struct btrfs_extent_data_ref *dref, u64 bytenr, u64 num_bytes) argument
503 process_leaf(struct btrfs_root *root, struct btrfs_path *path, u64 *bytenr, u64 *num_bytes, int *tree_block_level) argument
558 walk_down_tree(struct btrfs_root *root, struct btrfs_path *path, int level, u64 *bytenr, u64 *num_bytes, int *tree_block_level) argument
675 u64 bytenr = generic_ref->bytenr; local
989 u64 bytenr = 0, num_bytes = 0; local
[all...]
H A Ddelayed-ref.h43 u64 bytenr; member in struct:btrfs_delayed_ref_node
84 u64 bytenr; member in struct:btrfs_delayed_ref_head
269 u64 bytenr; member in struct:btrfs_ref
[all...]
H A Dbackref.h58 u64 bytenr; member in struct:btrfs_backref_walk_ctx
157 u64 bytenr; member in struct:btrfs_backref_shared_cache_entry
203 u64 bytenr; member in struct:btrfs_backref_share_check_ctx::__anon1677
275 u64 bytenr; member in struct:btrfs_backref_iter
318 u64 bytenr; member in struct:btrfs_backref_node::__anon1678
451 btrfs_backref_panic(struct btrfs_fs_info *fs_info, u64 bytenr, int error) argument
[all...]
H A Ddelayed-ref.c391 u64 bytenr; local
467 find_ref_head( struct btrfs_delayed_ref_root *dr, u64 bytenr, bool return_bigger) argument
830 init_delayed_ref_head(struct btrfs_delayed_ref_head *head_ref, struct btrfs_qgroup_extent_record *qrecord, u64 bytenr, u64 num_bytes, u64 ref_root, u64 reserved, int action, bool is_data, bool is_system, u64 owning_root) argument
983 init_delayed_ref_common(struct btrfs_fs_info *fs_info, struct btrfs_delayed_ref_node *ref, u64 bytenr, u64 num_bytes, u64 ref_root, int action, u8 ref_type) argument
1007 btrfs_init_generic_ref(struct btrfs_ref *generic_ref, int action, u64 bytenr, u64 len, u64 parent, u64 owning_root) argument
1072 u64 bytenr = generic_ref->bytenr; local
1162 u64 bytenr = generic_ref->bytenr; local
1238 btrfs_add_delayed_extent_op(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, struct btrfs_delayed_extent_op *extent_op) argument
1293 btrfs_find_delayed_ref_head(struct btrfs_delayed_ref_root *delayed_refs, u64 bytenr) argument
[all...]
H A Dfile-item.c200 btrfs_lookup_csum(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 bytenr, int cow) argument
810 truncate_one_csum(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_key *key, u64 bytenr, u64 len) argument
860 btrfs_del_csums(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, u64 len) argument
1049 u64 bytenr; local
1269 u64 bytenr; local
[all...]
H A Dtree-checker.c1250 u64 bytenr; local
1958 u64 bytenr; local
[all...]
H A Dbackref.c443 static int is_shared_data_backref(struct preftrees *preftrees, u64 bytenr) argument
1250 lookup_backref_shared_cache(struct btrfs_backref_share_check_ctx *ctx, struct btrfs_root *root, u64 bytenr, int level, bool *is_shared) argument
1320 store_backref_shared_cache(struct btrfs_backref_share_check_ctx *ctx, struct btrfs_root *root, u64 bytenr, int level, bool is_shared) argument
1853 btrfs_is_data_extent_shared(struct btrfs_inode *inode, u64 bytenr, u64 extent_gen, struct btrfs_backref_share_check_ctx *ctx) argument
2866 btrfs_backref_iter_start(struct btrfs_backref_iter *iter, u64 bytenr) argument
3045 btrfs_backref_alloc_node( struct btrfs_backref_cache *cache, u64 bytenr, int level) argument
[all...]
H A Dfile.c608 u64 bytenr; local
558 extent_mergeable(struct extent_buffer *leaf, int slot, u64 objectid, u64 bytenr, u64 orig_offset, u64 *start, u64 *end) argument
[all...]
H A Dzoned.c128 u64 bytenr = ALIGN_DOWN(zone_end, BTRFS_SUPER_INFO_SIZE) - local
H A Dblock-group.c219 block_group_cache_tree_search( struct btrfs_fs_info *info, u64 bytenr, int contains) argument
259 btrfs_lookup_first_block_group( struct btrfs_fs_info *info, u64 bytenr) argument
268 btrfs_lookup_block_group( struct btrfs_fs_info *info, u64 bytenr) argument
316 btrfs_inc_nocow_writers(struct btrfs_fs_info *fs_info, u64 bytenr) argument
2068 u64 bytenr; local
2142 u64 bytenr; local
3597 btrfs_update_block_group(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, bool alloc) argument
[all...]
H A Drelocation.c94 u64 bytenr; member in struct:mapping_node::__anon1702
110 u64 bytenr; member in struct:tree_block::__anon1703
234 update_backref_node(struct btrfs_backref_cache *cache, struct btrfs_backref_node *node, u64 bytenr) argument
357 find_reloc_root(struct btrfs_fs_info *fs_info, u64 bytenr) argument
463 build_backref_tree( struct btrfs_trans_handle *trans, struct reloc_control *rc, struct btrfs_key *node_key, int level, u64 bytenr) argument
1011 get_new_location(struct inode *reloc_inode, u64 *new_bytenr, u64 bytenr, u64 num_bytes) argument
1070 u64 bytenr; local
2413 u64 bytenr; local
2631 tree_block_processed(u64 bytenr, struct reloc_control *rc) argument
3327 __add_tree_block(struct reloc_control *rc, u64 bytenr, u32 blocksize, struct rb_root *blocks) argument
[all...]
H A Dctree.c2914 insert_ptr(struct btrfs_trans_handle *trans, struct btrfs_path *path, struct btrfs_disk_key *key, u64 bytenr, int slot, int level) argument
H A Dfree-space-cache.c2692 __btrfs_add_free_space_zoned(struct btrfs_block_group *block_group, u64 bytenr, u64 size, bool used) argument
2749 btrfs_add_free_space(struct btrfs_block_group *block_group, u64 bytenr, u64 size) argument
2764 btrfs_add_free_space_unused(struct btrfs_block_group *block_group, u64 bytenr, u64 size) argument
2779 btrfs_add_free_space_async_trimmed(struct btrfs_block_group *block_group, u64 bytenr, u64 size) argument
[all...]
H A Ddisk-io.c620 struct extent_buffer *read_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, argument
808 static u64 btrfs_global_root_id(struct btrfs_fs_info *fs_info, u64 bytenr) argument
603 btrfs_find_create_tree_block( struct btrfs_fs_info *fs_info, u64 bytenr, u64 owner_root, int level) argument
829 btrfs_csum_root(struct btrfs_fs_info *fs_info, u64 bytenr) argument
840 btrfs_extent_root(struct btrfs_fs_info *fs_info, u64 bytenr) argument
2079 u64 bytenr = btrfs_super_log_root(disk_super); local
2582 load_super_root(struct btrfs_root *root, u64 bytenr, u64 gen, int level) argument
2612 u64 gen, bytenr; local
3653 u64 bytenr, bytenr_orig; local
3746 u64 bytenr, bytenr_orig; local
3837 u64 bytenr; local
[all...]
H A Dscrub.c2791 u64 bytenr; local
[all...]
H A Dqgroup.c1902 u64 bytenr = record->bytenr; local
2022 int btrfs_qgroup_trace_extent(struct btrfs_trans_handle *trans, u64 bytenr, argument
2065 u64 bytenr, num_bytes; local
2830 btrfs_qgroup_account_extent(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, struct ulist *old_roots, struct ulist *new_roots) argument
[all...]
H A Dextent_io.c4746 extent_buffer_get_byte(const struct extent_buffer *eb, unsigned long bytenr) argument
4922 get_next_extent_buffer( struct btrfs_fs_info *fs_info, struct page *page, u64 bytenr) argument
5088 btrfs_readahead_tree_block(struct btrfs_fs_info *fs_info, u64 bytenr, u64 owner_root, u64 gen, int level) argument
[all...]
H A Dtree-log.c2589 u64 bytenr; local
H A Dextent-tree.c100 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, u64 *owning_root) argument
440 lookup_extent_data_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid, u64 owner, u64 offset) argument
516 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) argument
682 lookup_tree_block_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid) argument
706 insert_tree_block_ref(struct btrfs_trans_handle *trans, struct btrfs_path *path, u64 bytenr, u64 parent, u64 root_objectid) argument
781 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) argument
1051 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) argument
1198 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) argument
1368 btrfs_discard_extent(struct btrfs_fs_info *fs_info, u64 bytenr, u64 num_bytes, u64 *actual_bytes) argument
1499 u64 bytenr = node->bytenr; local
2289 check_delayed_ref(struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, u64 bytenr) argument
2375 check_committed_ref(struct btrfs_root *root, struct btrfs_path *path, u64 objectid, u64 offset, u64 bytenr, bool strict) argument
2468 btrfs_cross_ref_exist(struct btrfs_root *root, u64 objectid, u64 offset, u64 bytenr, bool strict, struct btrfs_path *path) argument
2495 u64 bytenr; local
2608 u64 bytenr = 0; local
2624 pin_down_extent(struct btrfs_trans_handle *trans, struct btrfs_block_group *cache, u64 bytenr, u64 num_bytes, int reserved) argument
2647 btrfs_pin_extent(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes, int reserved) argument
2992 do_free_extent_accounting(struct btrfs_trans_handle *trans, u64 bytenr, struct btrfs_squota_delta *delta) argument
3122 u64 bytenr = node->bytenr; local
3406 check_ref_cleanup(struct btrfs_trans_handle *trans, u64 bytenr) argument
3868 u64 bytenr = block_group->start; local
4792 alloc_reserved_extent(struct btrfs_trans_handle *trans, u64 bytenr, u64 num_bytes) argument
5063 btrfs_init_new_buffer(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, int level, u64 owner, enum btrfs_lock_nesting nest) argument
5265 u64 bytenr; local
5419 check_ref_exists(struct btrfs_trans_handle *trans, struct btrfs_root *root, u64 bytenr, u64 parent, int level) argument
5461 u64 bytenr; local
[all...]
H A Dsend.c1307 u64 bytenr; member in struct:backref_ctx
1523 static int check_extent_item(u64 bytenr, const struct btrfs_extent_item *ei, argument
/linux-master/drivers/hwmon/
H A Dw83791d.c447 int bytenr = bitnr / 8; local
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h487 __le64 bytenr; member in struct:btrfs_header
673 __le64 bytenr; member in struct:btrfs_super_block
928 __le64 bytenr; member in struct:btrfs_root_item

Completed in 747 milliseconds

12