Searched refs:btrfs_commit_transaction (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | dev-replace.c | 337 ret = btrfs_commit_transaction(trans, root); in btrfs_dev_replace_start() 411 ret = btrfs_commit_transaction(trans, root); in btrfs_dev_replace_start() 501 ret = btrfs_commit_transaction(trans, root); in btrfs_dev_replace_finishing() 593 btrfs_commit_transaction(trans, root); in btrfs_dev_replace_finishing() 727 ret = btrfs_commit_transaction(trans, root); in __btrfs_dev_replace_cancel()
|
D | transaction.h | 173 int btrfs_commit_transaction(struct btrfs_trans_handle *trans,
|
D | ioctl.c | 615 err = btrfs_commit_transaction(trans, root); in create_subvol() 617 err = btrfs_commit_transaction(trans, root); in create_subvol() 715 ret = btrfs_commit_transaction(trans, root); in create_snapshot() 717 ret = btrfs_commit_transaction(trans, in create_snapshot() 1591 btrfs_commit_transaction(trans, root); in btrfs_ioctl_resize() 1838 btrfs_commit_transaction(trans, root); in btrfs_ioctl_subvol_setflags() 4733 err = btrfs_commit_transaction(trans, root->fs_info->tree_root); in btrfs_ioctl_quota_ctl() 5039 ret = btrfs_commit_transaction(trans, root); in _btrfs_ioctl_set_received_subvol() 5188 ret = btrfs_commit_transaction(trans, root); in btrfs_ioctl_set_fslabel() 5352 return btrfs_commit_transaction(trans, root); in btrfs_ioctl_set_features()
|
D | transaction.c | 533 btrfs_commit_transaction(h, root); in start_transaction() 806 return btrfs_commit_transaction(trans, root); in __btrfs_end_transaction() 1629 btrfs_commit_transaction(ac->newtrans, ac->root); in do_async_commit() 1770 int btrfs_commit_transaction(struct btrfs_trans_handle *trans, in btrfs_commit_transaction() function
|
D | super.c | 1027 return btrfs_commit_transaction(trans, root); in btrfs_sync_fs() 2002 return btrfs_commit_transaction(trans, root); in btrfs_freeze()
|
D | relocation.c | 2330 btrfs_commit_transaction(trans, rc->extent_root); 3895 btrfs_commit_transaction(trans, rc->extent_root); 4085 btrfs_commit_transaction(trans, rc->extent_root); 4442 err = btrfs_commit_transaction(trans, rc->extent_root); 4454 err = btrfs_commit_transaction(trans, rc->extent_root);
|
D | volumes.c | 1542 btrfs_commit_transaction(trans, root); in btrfs_rm_dev_item() 2262 ret = btrfs_commit_transaction(trans, root); in btrfs_init_new_device() 2283 ret = btrfs_commit_transaction(trans, root); in btrfs_init_new_device() 2824 err = btrfs_commit_transaction(trans, root); in insert_balance_item() 2862 err = btrfs_commit_transaction(trans, root); in del_balance_item() 3919 ret = btrfs_commit_transaction(trans, tree_root); in btrfs_create_uuid_tree()
|
D | qgroup.c | 2770 btrfs_commit_transaction(trans, fs_info->fs_root); in btrfs_qgroup_rescan_worker() 2924 ret = btrfs_commit_transaction(trans, fs_info->fs_root); in btrfs_qgroup_rescan()
|
D | disk-io.c | 1855 btrfs_commit_transaction(trans, root); in transaction_kthread() 3711 return btrfs_commit_transaction(trans, root); in btrfs_commit_super()
|
D | file.c | 2072 ret = btrfs_commit_transaction(trans, root); in btrfs_sync_file()
|
D | extent-tree.c | 3989 ret = btrfs_commit_transaction(trans, root); in btrfs_check_data_free_space() 4470 return btrfs_commit_transaction(trans, root); in may_commit_transaction()
|
D | inode.c | 5186 ret = btrfs_commit_transaction(trans, root); in btrfs_evict_inode() 5860 ret = btrfs_commit_transaction(trans, root); in btrfs_write_inode()
|
D | tree-log.c | 5335 ret = btrfs_commit_transaction(trans, fs_info->tree_root); in btrfs_recover_log_trees()
|
D | send.c | 5662 return btrfs_commit_transaction(trans, sctx->send_root); in ensure_commit_roots_uptodate()
|