Searched refs:btrfs_root_ref (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/btrfs/
H A Dexport.c153 struct btrfs_root_ref *ref;
201 struct btrfs_root_ref);
228 struct btrfs_root_ref *rref;
272 struct btrfs_root_ref);
H A Droot-tree.c350 struct btrfs_root_ref *ref;
370 struct btrfs_root_ref);
402 * add a btrfs_root_ref item. type is either BTRFS_ROOT_REF_KEY
424 struct btrfs_root_ref *ref;
445 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);
H A Daccessors.h524 /* struct btrfs_root_ref */
525 BTRFS_SETGET_FUNCS(root_ref_dirid, struct btrfs_root_ref, dirid, 64);
526 BTRFS_SETGET_FUNCS(root_ref_sequence, struct btrfs_root_ref, sequence, 64);
527 BTRFS_SETGET_FUNCS(root_ref_name_len, struct btrfs_root_ref, name_len, 16);
528 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_dirid, struct btrfs_root_ref, dirid, 64);
529 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_sequence, struct btrfs_root_ref, sequence, 64);
530 BTRFS_SETGET_STACK_FUNCS(stack_root_ref_name_len, struct btrfs_root_ref, name_len, 16);
H A Dioctl.c1927 struct btrfs_root_ref *rref;
2060 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);
2067 item_off += sizeof(struct btrfs_root_ref);
2068 item_len -= sizeof(struct btrfs_root_ref);
2170 struct btrfs_root_ref *rref;
2250 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);
2254 + sizeof(struct btrfs_root_ref);
2256 - sizeof(struct btrfs_root_ref);
2286 struct btrfs_root_ref *rref;
2340 rref = btrfs_item_ptr(leaf, slot, struct btrfs_root_ref);
[all...]
H A Dsuper.c754 struct btrfs_root_ref *root_ref;
797 struct btrfs_root_ref);
H A Dsend.c2520 struct btrfs_root_ref *ref;
2555 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);
H A Dinode.c5453 struct btrfs_root_ref *ref;
5483 ref = btrfs_item_ptr(leaf, path->slots[0], struct btrfs_root_ref);
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h981 struct btrfs_root_ref { struct

Completed in 201 milliseconds