Searched refs:btrfs_end_transaction (Results 1 – 12 of 12) sorted by relevance
/linux-3.3/fs/btrfs/ |
D | transaction.h | 79 int btrfs_end_transaction(struct btrfs_trans_handle *trans,
|
D | inode.c | 466 btrfs_end_transaction(trans, root); in compress_file_range() 469 btrfs_end_transaction(trans, root); in compress_file_range() 639 btrfs_end_transaction(trans, root); in submit_compressed_extents() 904 btrfs_end_transaction(trans, root); in cow_file_range() 1259 ret = btrfs_end_transaction(trans, root); in run_delalloc_nocow() 1818 btrfs_end_transaction(trans, root); in btrfs_finish_ordered_io() 2232 btrfs_end_transaction(trans, root); in btrfs_orphan_cleanup() 2274 btrfs_end_transaction(trans, root); in btrfs_orphan_cleanup() 2847 btrfs_end_transaction(trans, root); in __unlink_start_trans() 2866 btrfs_end_transaction(trans, root); in __unlink_end_trans() [all …]
|
D | transaction.c | 531 int btrfs_end_transaction(struct btrfs_trans_handle *trans, in btrfs_end_transaction() function 837 btrfs_end_transaction(trans, root); in btrfs_defrag_root() 1111 btrfs_end_transaction(trans, root); in btrfs_commit_transaction_async() 1171 btrfs_end_transaction(trans, root); in btrfs_commit_transaction()
|
D | ioctl.c | 267 btrfs_end_transaction(trans, root); in btrfs_ioctl_setflags() 1985 ret = btrfs_end_transaction(trans, root); in btrfs_ioctl_snap_destroy() 2496 btrfs_end_transaction(trans, root); in btrfs_ioctl_clone() 2545 btrfs_end_transaction(trans, root); in btrfs_ioctl_clone() 2674 btrfs_end_transaction(trans, root); in btrfs_ioctl_default_subvol() 2691 btrfs_end_transaction(trans, root); in btrfs_ioctl_default_subvol() 2849 btrfs_end_transaction(trans, root); in btrfs_ioctl_trans_end() 2870 btrfs_end_transaction(trans, root); in btrfs_ioctl_start_sync()
|
D | xattr.c | 203 btrfs_end_transaction(trans, root); in __btrfs_setxattr()
|
D | relocation.c | 2173 btrfs_end_transaction(trans, rc->extent_root); 2208 btrfs_end_transaction(trans, rc->extent_root); 3267 btrfs_end_transaction(trans, root); 3705 btrfs_end_transaction(trans, rc->extent_root); 3940 btrfs_end_transaction(trans, root); 4089 ret = btrfs_end_transaction(trans, root->fs_info->tree_root);
|
D | file.c | 1555 ret = btrfs_end_transaction(trans, root); in btrfs_sync_file() 1560 ret = btrfs_end_transaction(trans, root); in btrfs_sync_file()
|
D | volumes.c | 2013 btrfs_end_transaction(trans, root); in btrfs_relocate_chunk() 2495 btrfs_end_transaction(trans, dev_root); in __btrfs_balance() 3047 btrfs_end_transaction(trans, root); in btrfs_shrink_device() 3053 btrfs_end_transaction(trans, root); in btrfs_shrink_device()
|
D | backref.c | 1202 btrfs_end_transaction(trans, fs_info->extent_root); in iterate_extent_inodes()
|
D | scrub.c | 529 btrfs_end_transaction(trans, fixup->root); in scrub_fixup_nodatasum()
|
D | extent-tree.c | 3274 btrfs_end_transaction(trans, root); in btrfs_check_data_free_space() 7123 btrfs_end_transaction(trans, root); in btrfs_set_block_group_ro()
|
D | disk-io.c | 1647 btrfs_end_transaction(trans, root); in transaction_kthread()
|