Home
last modified time | relevance | path

Searched refs:new_root_item (Results 1 – 2 of 2) sorted by relevance

/linux/fs/btrfs/
A Dtransaction.c1544 struct btrfs_root_item *new_root_item; in create_pending_snapshot() local
1566 new_root_item = pending->root_item; in create_pending_snapshot()
1646 memcpy(new_root_item, &root->root_item, sizeof(*new_root_item)); in create_pending_snapshot()
1656 btrfs_set_root_generation_v2(new_root_item, in create_pending_snapshot()
1658 generate_random_guid(new_root_item->uuid); in create_pending_snapshot()
1662 memset(new_root_item->received_uuid, 0, in create_pending_snapshot()
1664 memset(&new_root_item->stime, 0, sizeof(new_root_item->stime)); in create_pending_snapshot()
1665 memset(&new_root_item->rtime, 0, sizeof(new_root_item->rtime)); in create_pending_snapshot()
1666 btrfs_set_root_stransid(new_root_item, 0); in create_pending_snapshot()
1695 btrfs_set_root_node(new_root_item, tmp); in create_pending_snapshot()
[all …]
A Dtree-log.c3118 struct btrfs_root_item new_root_item; in btrfs_sync_log() local
3209 memcpy(&new_root_item, &log->root_item, sizeof(new_root_item)); in btrfs_sync_log()
3246 ret = update_log_root(trans, log, &new_root_item); in btrfs_sync_log()

Completed in 16 milliseconds