Searched refs:btrfs_record_root_in_trans (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/fs/btrfs/ |
D | transaction.h | 295 int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans,
|
D | transaction.c | 485 int btrfs_record_root_in_trans(struct btrfs_trans_handle *trans, in btrfs_record_root_in_trans() function 778 ret = btrfs_record_root_in_trans(h, root); in start_transaction()
|
D | relocation.c | 1944 ret = btrfs_record_root_in_trans(trans, root); in record_reloc_root_in_trans() 1995 ret = btrfs_record_root_in_trans(trans, root); in select_reloc_root() 2502 ret = btrfs_record_root_in_trans(trans, root); in relocate_tree_block()
|
D | delayed-inode.c | 1128 ret = btrfs_record_root_in_trans(trans, node->root); in __btrfs_commit_inode_delayed_items()
|
D | ioctl.c | 658 ret = btrfs_record_root_in_trans(trans, new_root); in create_subvol() 774 ret = btrfs_record_root_in_trans(trans, BTRFS_I(dir)->root); in create_snapshot()
|
D | inode.c | 4625 ret = btrfs_record_root_in_trans(trans, dest); in btrfs_delete_subvolume() 8005 ret = btrfs_record_root_in_trans(trans, dest); in btrfs_rename_exchange() 8311 ret = btrfs_record_root_in_trans(trans, dest); in btrfs_rename()
|
D | tree-log.c | 7305 ret = btrfs_record_root_in_trans(trans, wc.replay_dest); in btrfs_recover_log_trees()
|