Searched refs:btrfs_update_reloc_root (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | relocation.h | 8 int btrfs_update_reloc_root(struct btrfs_trans_handle *trans,
|
H A D | relocation.c | 306 * btrfs_update_reloc_root. We need to see the updated bit before in reloc_root_is_dead() 912 int btrfs_update_reloc_root(struct btrfs_trans_handle *trans, in btrfs_update_reloc_root() function 1629 ret = btrfs_update_reloc_root(trans, root); in insert_dirty_subvol() 1776 * btrfs_update_reloc_root() and update our root item in merge_reloc_root() 1960 ret = btrfs_update_reloc_root(trans, root); in prepare_to_merge()
|
H A D | transaction.c | 1456 ret2 = btrfs_update_reloc_root(trans, root); in commit_fs_roots()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | relocation.c | 294 * btrfs_update_reloc_root. We need to see the updated bit before in reloc_root_is_dead() 891 int btrfs_update_reloc_root(struct btrfs_trans_handle *trans, in btrfs_update_reloc_root() function 1598 btrfs_update_reloc_root(trans, root); in insert_dirty_subvol() 1743 * btrfs_update_reloc_root() and update our root item in merge_reloc_root() 1889 btrfs_update_reloc_root(trans, root); in prepare_to_merge()
|
H A D | transaction.c | 1349 btrfs_update_reloc_root(trans, root); in commit_fs_roots()
|
H A D | ctree.h | 3519 int btrfs_update_reloc_root(struct btrfs_trans_handle *trans,
|
Completed in 21 milliseconds