Searched refs:btrfs_record_root_in_trans (Results 1 – 5 of 5) sorted by relevance
/linux/fs/btrfs/ |
H A D | transaction.h | 295 int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans,
|
H A D | transaction.c | 485 int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans, in btrfs_record_root_in_trans() function 779 ret = btrfs_record_root_in_trans(h, root); in start_transaction()
|
H A D | relocation.c | 1964 ret = btrfs_record_root_in_trans(trans, root); in record_reloc_root_in_trans() 2015 ret = btrfs_record_root_in_trans(trans, root); in select_reloc_root() 2522 ret = btrfs_record_root_in_trans(trans, root); in relocate_tree_block()
|
H A D | delayed-inode.c | 1138 ret = btrfs_record_root_in_trans(trans, node->root); in __btrfs_commit_inode_delayed_items()
|
H A D | inode.c | 4673 ret = btrfs_record_root_in_trans(trans, dest); in btrfs_delete_subvolume() 8173 ret = btrfs_record_root_in_trans(trans, dest); in btrfs_rename_exchange() 8498 ret = btrfs_record_root_in_trans(trans, dest); in btrfs_rename()
|