Searched refs:btrfs_uuid_tree_add (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/btrfs/ |
| A D | uuid-tree.c | 82 int btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, u8 *uuid, u8 type, in btrfs_uuid_tree_add() function
|
| A D | transaction.c | 1763 ret = btrfs_uuid_tree_add(trans, new_root_item->uuid, in create_pending_snapshot() 1771 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
|
| A D | ioctl.c | 690 ret = btrfs_uuid_tree_add(trans, root_item->uuid, in create_subvol() 4502 ret = btrfs_uuid_tree_add(trans, sa->uuid, in _btrfs_ioctl_set_received_subvol()
|
| A D | volumes.c | 4678 ret = btrfs_uuid_tree_add(trans, root_item.uuid, in btrfs_uuid_scan_kthread() 4689 ret = btrfs_uuid_tree_add(trans, in btrfs_uuid_scan_kthread()
|
| A D | ctree.h | 3069 int btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, u8 *uuid, u8 type,
|
Completed in 37 milliseconds