Home
last modified time | relevance | path

Searched refs:btrfs_extent_inline_ref (Results 1 – 10 of 10) sorted by relevance

/linux/fs/btrfs/
H A Dprint-tree.c96 struct btrfs_extent_inline_ref *iref; in print_extent_item()
131 iref = (struct btrfs_extent_inline_ref *)(info + 1); in print_extent_item()
133 iref = (struct btrfs_extent_inline_ref *)(ei + 1); in print_extent_item()
139 iref = (struct btrfs_extent_inline_ref *)ptr; in print_extent_item()
H A Dextent-tree.h20 struct btrfs_extent_inline_ref;
101 struct btrfs_extent_inline_ref *iref,
H A Dextent-tree.c778 struct btrfs_extent_inline_ref *iref; in lookup_inline_extent_backref()
978 struct btrfs_extent_inline_ref *iref, in setup_inline_extent_backref()
1069 struct btrfs_extent_inline_ref *iref, in update_inline_extent_backref()
1190 struct btrfs_extent_inline_ref *iref; in insert_inline_extent_backref()
1222 struct btrfs_extent_inline_ref *iref, in remove_extent_backref()
2338 struct btrfs_extent_inline_ref *iref; in check_committed_ref()
2917 struct btrfs_extent_inline_ref *iref; in btrfs_get_extent_owner_root()
3066 struct btrfs_extent_inline_ref *iref; in __btrfs_free_extent()
4778 struct btrfs_extent_inline_ref *iref; in alloc_reserved_file_extent()
4853 struct btrfs_extent_inline_ref *iref; in alloc_reserved_tree_block()
[all …]
H A Daccessors.h370 BTRFS_SETGET_FUNCS(extent_inline_ref_type, struct btrfs_extent_inline_ref,
372 BTRFS_SETGET_FUNCS(extent_inline_ref_offset, struct btrfs_extent_inline_ref,
379 return sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size()
382 sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size()
385 offsetof(struct btrfs_extent_inline_ref, offset); in btrfs_extent_inline_ref_size()
387 return sizeof(struct btrfs_extent_inline_ref); in btrfs_extent_inline_ref_size()
H A Dbackref.c1059 struct btrfs_extent_inline_ref *iref; in add_inline_refs()
1063 iref = (struct btrfs_extent_inline_ref *)ptr; in add_inline_refs()
2284 struct btrfs_extent_inline_ref **out_eiref, in get_extent_inline_ref()
2298 (struct btrfs_extent_inline_ref *)(ei + 1); in get_extent_inline_ref()
2303 (struct btrfs_extent_inline_ref *)(info + 1); in get_extent_inline_ref()
2314 *out_eiref = (struct btrfs_extent_inline_ref *)(*ptr); in get_extent_inline_ref()
2341 struct btrfs_extent_inline_ref *eiref; in tree_backref_for_extent()
2969 struct btrfs_extent_inline_ref *iref; in btrfs_backref_iter_next()
2984 iref = (struct btrfs_extent_inline_ref *) in btrfs_backref_iter_next()
3520 struct btrfs_extent_inline_ref *iref; in btrfs_backref_add_tree_node()
[all …]
H A Dref-verify.c437 struct btrfs_extent_inline_ref *iref; in process_extent_item()
456 iref = (struct btrfs_extent_inline_ref *)(info + 1); in process_extent_item()
460 iref = (struct btrfs_extent_inline_ref *)(ei + 1); in process_extent_item()
466 iref = (struct btrfs_extent_inline_ref *)ptr; in process_extent_item()
H A Dtree-checker.c1454 struct btrfs_extent_inline_ref *iref; in check_extent_item()
1470 iref = (struct btrfs_extent_inline_ref *)ptr; in check_extent_item()
H A Drelocation.c3264 struct btrfs_extent_inline_ref *iref; in add_tree_block()
3267 iref = (struct btrfs_extent_inline_ref *)ptr; in add_tree_block()
/linux/fs/btrfs/tests/
H A Dqgroup-tests.c21 struct btrfs_extent_inline_ref *iref; in insert_normal_tree_ref()
55 iref = (struct btrfs_extent_inline_ref *)(block_info + 1); in insert_normal_tree_ref()
/linux/include/uapi/linux/
H A Dbtrfs_tree.h835 struct btrfs_extent_inline_ref { struct