Symbol: btrfs_root_ref
fs/btrfs/accessors.h
507
BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64);
fs/btrfs/accessors.h
508
BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64);
fs/btrfs/accessors.h
509
BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
fs/btrfs/accessors.h
510
BTRFS_SETGET_STACK_FUNCS(stack_root_ref_dirid, struct btrfs_root_ref, dirid, 64);
fs/btrfs/accessors.h
511
BTRFS_SETGET_STACK_FUNCS(stack_root_ref_sequence, struct btrfs_root_ref, sequence, 64);
fs/btrfs/accessors.h
512
BTRFS_SETGET_STACK_FUNCS(stack_root_ref_name_len, struct btrfs_root_ref, name_len, 16);
fs/btrfs/export.c
160
struct btrfs_root_ref *ref;
fs/btrfs/export.c
208
struct btrfs_root_ref);
fs/btrfs/export.c
239
struct btrfs_root_ref *rref;
fs/btrfs/export.c
280
struct btrfs_root_ref);
fs/btrfs/inode.c
5635
struct btrfs_root_ref *ref;
fs/btrfs/inode.c
5665
ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);
fs/btrfs/ioctl.c
1750
struct btrfs_root_ref *rref;
fs/btrfs/ioctl.c
1861
rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);
fs/btrfs/ioctl.c
1866
item_off += sizeof(struct btrfs_root_ref);
fs/btrfs/ioctl.c
1867
item_len -= sizeof(struct btrfs_root_ref);
fs/btrfs/ioctl.c
1965
struct btrfs_root_ref *rref;
fs/btrfs/ioctl.c
2040
rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);
fs/btrfs/ioctl.c
2133
struct btrfs_root_ref *rref;
fs/btrfs/ioctl.c
2187
rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);
fs/btrfs/root-tree.c
335
struct btrfs_root_ref *ref;
fs/btrfs/root-tree.c
355
struct btrfs_root_ref);
fs/btrfs/root-tree.c
405
struct btrfs_root_ref *ref;
fs/btrfs/root-tree.c
425
ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);
fs/btrfs/send.c
2444
struct btrfs_root_ref *ref;
fs/btrfs/send.c
2474
ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);
fs/btrfs/super.c
807
struct btrfs_root_ref *root_ref;
fs/btrfs/super.c
848
struct btrfs_root_ref);
fs/btrfs/tree-checker.c
1403
struct btrfs_root_ref *rref;
fs/btrfs/tree-checker.c
1414
rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);