Searched refs:btrfs_commit_transaction (Results  1 – 14 of 14) sorted by relevance
| /linux-4.4.14/fs/btrfs/ | 
| D | dev-replace.c | 352 		ret = btrfs_commit_transaction(trans, root);  in btrfs_dev_replace_start()414 	ret = btrfs_commit_transaction(trans, root);  in btrfs_dev_replace_start()
 503 	ret = btrfs_commit_transaction(trans, root);  in btrfs_dev_replace_finishing()
 594 		btrfs_commit_transaction(trans, root);  in btrfs_dev_replace_finishing()
 728 	ret = btrfs_commit_transaction(trans, root);  in __btrfs_dev_replace_cancel()
 
 | 
| D | transaction.h | 206 int btrfs_commit_transaction(struct btrfs_trans_handle *trans,
 | 
| D | transaction.c | 556 		btrfs_commit_transaction(h, root);  in start_transaction()847 			return btrfs_commit_transaction(trans, root);  in __btrfs_end_transaction()
 1685 	btrfs_commit_transaction(ac->newtrans, ac->root);  in do_async_commit()
 1809 int btrfs_commit_transaction(struct btrfs_trans_handle *trans,  in btrfs_commit_transaction()  function
 
 | 
| D | ioctl.c | 616 			err = btrfs_commit_transaction(trans, root);  in create_subvol()618 		err = btrfs_commit_transaction(trans, root);  in create_subvol()
 716 			ret = btrfs_commit_transaction(trans, root);  in create_snapshot()
 718 		ret = btrfs_commit_transaction(trans,  in create_snapshot()
 1600 		btrfs_commit_transaction(trans, root);  in btrfs_ioctl_resize()
 1847 	btrfs_commit_transaction(trans, root);  in btrfs_ioctl_subvol_setflags()
 4898 	err = btrfs_commit_transaction(trans, root->fs_info->tree_root);  in btrfs_ioctl_quota_ctl()
 5204 	ret = btrfs_commit_transaction(trans, root);  in _btrfs_ioctl_set_received_subvol()
 5353 	ret = btrfs_commit_transaction(trans, root);  in btrfs_ioctl_set_fslabel()
 5517 	return btrfs_commit_transaction(trans, root);  in btrfs_ioctl_set_features()
 
 | 
| D | relocation.c | 2332 		btrfs_commit_transaction(trans, rc->extent_root);3900 	btrfs_commit_transaction(trans, rc->extent_root);
 4094 		btrfs_commit_transaction(trans, rc->extent_root);
 4449 	err = btrfs_commit_transaction(trans, rc->extent_root);
 4461 		err = btrfs_commit_transaction(trans, rc->extent_root);
 
 | 
| D | volumes.c | 1686 	btrfs_commit_transaction(trans, root);  in btrfs_rm_dev_item()2409 	ret = btrfs_commit_transaction(trans, root);  in btrfs_init_new_device()
 2430 		ret = btrfs_commit_transaction(trans, root);  in btrfs_init_new_device()
 2994 	err = btrfs_commit_transaction(trans, root);  in insert_balance_item()
 3032 	err = btrfs_commit_transaction(trans, root);  in del_balance_item()
 4208 	ret = btrfs_commit_transaction(trans, tree_root);  in btrfs_create_uuid_tree()
 4379 			ret = btrfs_commit_transaction(trans, root);  in btrfs_shrink_device()
 
 | 
| D | super.c | 1115 	return btrfs_commit_transaction(trans, root);  in btrfs_sync_fs()2136 	return btrfs_commit_transaction(trans, root);  in btrfs_freeze()
 
 | 
| D | qgroup.c | 2303 			btrfs_commit_transaction(trans, fs_info->fs_root);  in btrfs_qgroup_rescan_worker()2456 	ret = btrfs_commit_transaction(trans, fs_info->fs_root);  in btrfs_qgroup_rescan()
 
 | 
| D | disk-io.c | 1850 		ret = btrfs_commit_transaction(trans, root);  in cleaner_kthread()1901 			btrfs_commit_transaction(trans, root);  in transaction_kthread()
 3802 	return btrfs_commit_transaction(trans, root);  in btrfs_commit_super()
 
 | 
| D | file.c | 2095 		ret = btrfs_commit_transaction(trans, root);  in btrfs_sync_file()
 | 
| D | extent-tree.c | 4101 				ret = btrfs_commit_transaction(trans, root);  in btrfs_alloc_data_chunk_ondemand()4682 	return btrfs_commit_transaction(trans, root);  in may_commit_transaction()
 
 | 
| D | inode.c | 5257 			ret = btrfs_commit_transaction(trans, root);  in btrfs_evict_inode()5931 		ret = btrfs_commit_transaction(trans, root);  in btrfs_write_inode()
 
 | 
| D | tree-log.c | 5555 	ret = btrfs_commit_transaction(trans, fs_info->tree_root);  in btrfs_recover_log_trees()
 | 
| D | send.c | 5911 	return btrfs_commit_transaction(trans, sctx->send_root);  in ensure_commit_roots_uptodate()
 |