Searched refs:btrfs_uuid_tree_add (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H 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
|
| H A D | transaction.c | 1732 ret = btrfs_uuid_tree_add(trans, new_root_item->uuid, in create_pending_snapshot() 1740 ret = btrfs_uuid_tree_add(trans, new_root_item->received_uuid, in create_pending_snapshot()
|
| H A D | ioctl.c | 761 ret = btrfs_uuid_tree_add(trans, root_item->uuid, in create_subvol() 4515 ret = btrfs_uuid_tree_add(trans, sa->uuid, in _btrfs_ioctl_set_received_subvol()
|
| H A D | volumes.c | 4519 ret = btrfs_uuid_tree_add(trans, root_item.uuid, in btrfs_uuid_scan_kthread() 4530 ret = btrfs_uuid_tree_add(trans, in btrfs_uuid_scan_kthread()
|
| H A D | ctree.h | 2863 int btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, u8 *uuid, u8 type,
|