Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Ddisk-io.c3085 if ((ret = btrfs_orphan_cleanup(fs_info->fs_root)) || in open_ctree()
3086 (ret = btrfs_orphan_cleanup(fs_info->tree_root))) { in open_ctree()
3770 err = btrfs_orphan_cleanup(gang[i]); in btrfs_cleanup_fs_roots()
Dctree.h3995 int btrfs_orphan_cleanup(struct btrfs_root *root);
Drelocation.c4477 err = btrfs_orphan_cleanup(fs_root);
Dinode.c3332 int btrfs_orphan_cleanup(struct btrfs_root *root) in btrfs_orphan_cleanup() function
5661 ret = btrfs_orphan_cleanup(sub_root); in btrfs_lookup_dentry()
Dioctl.c728 ret = btrfs_orphan_cleanup(pending_snapshot->snap); in create_snapshot()