Searched refs:btrfs_orphan_cleanup (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/btrfs/
H A Dbtrfs_inode.h517 int btrfs_orphan_cleanup(struct btrfs_root *root);
H A Ddisk-io.c2950 err = btrfs_orphan_cleanup(gang[i]);
3014 * calling btrfs_orphan_cleanup() on the tree root. If we don't do it
3015 * first, then btrfs_orphan_cleanup() will delete a dead root's orphan
3030 if ((ret = btrfs_orphan_cleanup(fs_info->fs_root)) ||
3031 (ret = btrfs_orphan_cleanup(fs_info->tree_root))) {
H A Dioctl.c883 ret = btrfs_orphan_cleanup(pending_snapshot->snap);
3191 btrfs_orphan_cleanup(root);
H A Drelocation.c4419 err = btrfs_orphan_cleanup(fs_root);
H A Dinode.c3496 int btrfs_orphan_cleanup(struct btrfs_root *root) function
5756 ret = btrfs_orphan_cleanup(sub_root);

Completed in 268 milliseconds