Searched refs:btrfs_record_root_in_trans (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/btrfs/ |
A D | transaction.h | 256 int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans,
|
A D | transaction.c | 479 int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans, in btrfs_record_root_in_trans() function 734 ret = btrfs_record_root_in_trans(h, root); in start_transaction()
|
A D | relocation.c | 2117 ret = btrfs_record_root_in_trans(trans, root); in record_reloc_root_in_trans() 2174 ret = btrfs_record_root_in_trans(trans, root); in select_reloc_root() 2698 ret = btrfs_record_root_in_trans(trans, root); in relocate_tree_block()
|
A D | inode.c | 4611 ret = btrfs_record_root_in_trans(trans, dest); in btrfs_delete_subvolume() 8759 ret = btrfs_record_root_in_trans(trans, dest); in btrfs_rename_exchange() 9056 ret = btrfs_record_root_in_trans(trans, dest); in btrfs_rename()
|
A D | ioctl.c | 731 ret = btrfs_record_root_in_trans(trans, new_root); in create_subvol()
|
A D | tree-log.c | 7226 ret = btrfs_record_root_in_trans(trans, wc.replay_dest); in btrfs_recover_log_trees()
|
Completed in 45 milliseconds