Symbol: btrfs_remap_item
fs/btrfs/accessors.h
1039
BTRFS_SETGET_FUNCS(remap_address, struct btrfs_remap_item, address, 64);
fs/btrfs/accessors.h
1040
BTRFS_SETGET_STACK_FUNCS(stack_remap_address, struct btrfs_remap_item,
fs/btrfs/print-tree.c
442
struct btrfs_remap_item *remap;
fs/btrfs/print-tree.c
579
remap = btrfs_item_ptr(l, i, struct btrfs_remap_item);
fs/btrfs/relocation.c
4173
struct btrfs_remap_item remap = { 0 };
fs/btrfs/relocation.c
4183
&key, sizeof(struct btrfs_remap_item));
fs/btrfs/relocation.c
4190
sizeof(struct btrfs_remap_item));
fs/btrfs/relocation.c
4202
struct btrfs_remap_item remap = { 0 };
fs/btrfs/relocation.c
4212
sizeof(struct btrfs_remap_item));
fs/btrfs/relocation.c
4219
sizeof(struct btrfs_remap_item));
fs/btrfs/relocation.c
4233
struct btrfs_remap_item *remap_ptr;
fs/btrfs/relocation.c
4234
struct btrfs_remap_item remap = { 0 };
fs/btrfs/relocation.c
4318
remap_ptr = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_remap_item);
fs/btrfs/relocation.c
4367
sizeof(struct btrfs_remap_item));
fs/btrfs/relocation.c
4435
struct btrfs_remap_item *remap;
fs/btrfs/relocation.c
4488
remap = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_remap_item);
fs/btrfs/relocation.c
5223
struct btrfs_remap_item *remap;
fs/btrfs/relocation.c
5262
remap = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_remap_item);
fs/btrfs/relocation.c
5968
struct btrfs_remap_item remap = { 0 };
fs/btrfs/relocation.c
5987
path, &key, sizeof(struct btrfs_remap_item));
fs/btrfs/relocation.c
5995
sizeof(struct btrfs_remap_item));
fs/btrfs/relocation.c
6006
sizeof(struct btrfs_remap_item));
fs/btrfs/relocation.c
6014
sizeof(struct btrfs_remap_item));
fs/btrfs/relocation.c
6053
struct btrfs_remap_item *remap_ptr;
fs/btrfs/relocation.c
6055
remap_ptr = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_remap_item);
fs/btrfs/tree-checker.c
2026
if (unlikely(item_size != sizeof(struct btrfs_remap_item))) {
fs/btrfs/tree-checker.c
2030
sizeof(struct btrfs_remap_item));