Searched refs:btrfs_record_root_in_trans (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | transaction.c | 487 int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans, in btrfs_record_root_in_trans() function 782 ret = btrfs_record_root_in_trans(h, root); in start_transaction()
|
| H A D | relocation.c | 1956 ret = btrfs_record_root_in_trans(trans, root); in record_reloc_root_in_trans() 2007 ret = btrfs_record_root_in_trans(trans, root); in select_reloc_root() 2514 ret = btrfs_record_root_in_trans(trans, root); in relocate_tree_block()
|
| H A D | delayed-inode.c | 1137 ret = btrfs_record_root_in_trans(trans, node->root); in __btrfs_commit_inode_delayed_items()
|
| H A D | ioctl.c | 654 ret = btrfs_record_root_in_trans(trans, new_root); in create_subvol() 769 ret = btrfs_record_root_in_trans(trans, BTRFS_I(dir)->root); in create_snapshot()
|
| H A D | inode.c | 4765 ret = btrfs_record_root_in_trans(trans, dest); in btrfs_delete_subvolume() 8267 ret = btrfs_record_root_in_trans(trans, dest); in btrfs_rename_exchange() 8592 ret = btrfs_record_root_in_trans(trans, dest); in btrfs_rename()
|
| H A D | tree-log.c | 7722 ret = btrfs_record_root_in_trans(trans, wc.root); in btrfs_recover_log_trees()
|