Home
last modified time | relevance | path

Searched refs:btrfs_drop_snapshot (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dextent-tree.h144 int __must_check btrfs_drop_snapshot(struct btrfs_root *root, int update_ref,
H A Dtransaction.c2633 ret = btrfs_drop_snapshot(root, 0, 0); in btrfs_clean_one_deleted_snapshot()
2635 ret = btrfs_drop_snapshot(root, 1, 0); in btrfs_clean_one_deleted_snapshot()
H A Drelocation.c1600 ret2 = btrfs_drop_snapshot(reloc_root, 0, 1); in clean_dirty_subvols()
1610 ret2 = btrfs_drop_snapshot(root, 0, 1); in clean_dirty_subvols()
H A Dextent-tree.c5669 int btrfs_drop_snapshot(struct btrfs_root *root, int update_ref, int for_reloc) in btrfs_drop_snapshot() function