Home
last modified time | relevance | path

Searched refs:super_for_commit (Results 1 – 5 of 5) sorted by relevance

/linux/fs/btrfs/
A Ddisk-io.c1646 kfree(fs_info->super_for_commit); in btrfs_free_fs_info()
2011 root_backup = info->super_for_commit->super_roots + next_backup; in backup_super_roots()
2077 &info->super_for_commit->super_roots, in backup_super_roots()
3304 memcpy(fs_info->super_for_commit, fs_info->super_copy, in open_ctree()
3305 sizeof(*fs_info->super_for_commit)); in open_ctree()
4151 sb = fs_info->super_for_commit; in write_all_supers()
A Dsuper.c1675 fs_info->super_for_commit = kzalloc(BTRFS_SUPER_INFO_SIZE, GFP_KERNEL); in btrfs_mount_root()
1676 if (!fs_info->super_copy || !fs_info->super_for_commit) { in btrfs_mount_root()
A Dtransaction.c2320 memcpy(fs_info->super_for_commit, fs_info->super_copy, in btrfs_commit_transaction()
A Dtree-log.c3371 btrfs_set_super_log_root(fs_info->super_for_commit, log_root_start); in btrfs_sync_log()
3372 btrfs_set_super_log_root_level(fs_info->super_for_commit, log_root_level); in btrfs_sync_log()
A Dctree.h718 struct btrfs_super_block *super_for_commit; member

Completed in 48 milliseconds