Home
last modified time | relevance | path

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

/linux-2.6.39/fs/btrfs/
Ddisk-io.c1767 memcpy(&fs_info->super_for_commit, &fs_info->super_copy, in open_ctree()
1768 sizeof(fs_info->super_for_commit)); in open_ctree()
2331 sb = &root->fs_info->super_for_commit; in write_all_supers()
Dtransaction.c1372 memcpy(&root->fs_info->super_for_commit, &root->fs_info->super_copy, in btrfs_commit_transaction()
Dtree-log.c2078 btrfs_set_super_log_root(&root->fs_info->super_for_commit, in btrfs_sync_log()
2080 btrfs_set_super_log_root_level(&root->fs_info->super_for_commit, in btrfs_sync_log()
Dctree.h934 struct btrfs_super_block super_for_commit; member