Searched refs:btrfs_commit_transaction (Results 1 – 11 of 11) sorted by relevance
/linux-3.3/fs/btrfs/ |
D | transaction.h | 95 int btrfs_commit_transaction(struct btrfs_trans_handle *trans,
|
D | transaction.c | 324 btrfs_commit_transaction(h, root); in start_transaction() 505 return btrfs_commit_transaction(trans, root); in __btrfs_end_transaction() 1083 btrfs_commit_transaction(ac->newtrans, ac->root); in do_async_commit() 1134 int btrfs_commit_transaction(struct btrfs_trans_handle *trans, in btrfs_commit_transaction() function
|
D | relocation.c | 2051 ret = btrfs_commit_transaction(trans, root); 2206 btrfs_commit_transaction(trans, rc->extent_root); 3670 btrfs_commit_transaction(trans, rc->extent_root); 3795 ret = btrfs_commit_transaction(trans, rc->extent_root); 3861 btrfs_commit_transaction(trans, rc->extent_root); 4211 btrfs_commit_transaction(trans, rc->extent_root); 4221 btrfs_commit_transaction(trans, rc->extent_root);
|
D | ioctl.c | 461 err = btrfs_commit_transaction(trans, root); in create_subvol() 507 ret = btrfs_commit_transaction(trans, in create_snapshot() 1302 btrfs_commit_transaction(trans, root); in btrfs_ioctl_resize() 1500 btrfs_commit_transaction(trans, root); in btrfs_ioctl_subvol_setflags()
|
D | file.c | 1551 ret = btrfs_commit_transaction(trans, root); in btrfs_sync_file() 1557 ret = btrfs_commit_transaction(trans, root); in btrfs_sync_file()
|
D | volumes.c | 1279 btrfs_commit_transaction(trans, root); in btrfs_rm_dev_item() 1761 btrfs_commit_transaction(trans, root); in btrfs_init_new_device() 2136 err = btrfs_commit_transaction(trans, root); in insert_balance_item() 2174 err = btrfs_commit_transaction(trans, root); in del_balance_item()
|
D | disk-io.c | 1644 ret = btrfs_commit_transaction(trans, root); in transaction_kthread() 3001 ret = btrfs_commit_transaction(trans, root); in btrfs_commit_super() 3007 btrfs_commit_transaction(trans, root); in btrfs_commit_super()
|
D | super.c | 702 ret = btrfs_commit_transaction(trans, root); in btrfs_sync_fs()
|
D | tree-log.c | 3253 btrfs_commit_transaction(trans, fs_info->tree_root); in btrfs_recover_log_trees()
|
D | extent-tree.c | 3305 ret = btrfs_commit_transaction(trans, root); in btrfs_check_data_free_space() 3631 return btrfs_commit_transaction(trans, root); in may_commit_transaction()
|
D | inode.c | 4256 ret = btrfs_commit_transaction(trans, root); in btrfs_write_inode()
|