Searched refs:btrfs_del_root_ref (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | root-tree.h | 14 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
|
H A D | root-tree.c | 334 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_del_root_ref() function
|
H A D | inode.c | 4286 * depending on btrfs_del_root_ref to return -ENOENT here is incorrect. in btrfs_unlink_subvol() 4289 * call btrfs_del_root_ref, and it _shouldn't_ fail. in btrfs_unlink_subvol() 4307 ret = btrfs_del_root_ref(trans, objectid, in btrfs_unlink_subvol() 6478 err = btrfs_del_root_ref(trans, key.objectid, in btrfs_add_link()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | root-tree.c | 316 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id, in btrfs_del_root_ref() function
|
H A D | ctree.h | 2838 int btrfs_del_root_ref(struct btrfs_trans_handle *trans, u64 root_id,
|
H A D | inode.c | 3833 * depending on btrfs_del_root_ref to return -ENOENT here is incorret. in btrfs_unlink_subvol() 3836 * call btrfs_del_root_ref, and it _shouldn't_ fail. in btrfs_unlink_subvol() 3855 ret = btrfs_del_root_ref(trans, objectid, in btrfs_unlink_subvol() 6222 err = btrfs_del_root_ref(trans, key.objectid, in btrfs_add_link()
|
Completed in 34 milliseconds