Home
last modified time | relevance | path

Searched refs:btrfs_orphan_cleanup (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/btrfs/
Ddisk-io.c3019 if ((ret = btrfs_orphan_cleanup(fs_info->fs_root)) || in open_ctree()
3020 (ret = btrfs_orphan_cleanup(fs_info->tree_root))) { in open_ctree()
3679 err = btrfs_orphan_cleanup(gang[i]); in btrfs_cleanup_fs_roots()
Dsuper.c907 ret = btrfs_orphan_cleanup(new_root); in get_default_root()
Dctree.h3937 int btrfs_orphan_cleanup(struct btrfs_root *root);
Drelocation.c4470 err = btrfs_orphan_cleanup(fs_root);
Dinode.c3300 int btrfs_orphan_cleanup(struct btrfs_root *root) in btrfs_orphan_cleanup() function
5590 ret = btrfs_orphan_cleanup(sub_root); in btrfs_lookup_dentry()
Dioctl.c727 ret = btrfs_orphan_cleanup(pending_snapshot->snap); in create_snapshot()