Searched refs:rootid (Results 1 – 3 of 3) sorted by relevance
724 static inline bool btrfs_is_fstree(u64 rootid) in btrfs_is_fstree() argument726 if (rootid == BTRFS_FS_TREE_OBJECTID) in btrfs_is_fstree()729 if ((s64)rootid < (s64)BTRFS_FIRST_FREE_OBJECTID) in btrfs_is_fstree()732 if (btrfs_qgroup_level(rootid) != 0) in btrfs_is_fstree()
1305 static bool is_valid_dref_root(u64 rootid) in is_valid_dref_root() argument1314 return btrfs_is_fstree(rootid) || rootid == BTRFS_DATA_RELOC_TREE_OBJECTID || in is_valid_dref_root()1315 rootid == BTRFS_ROOT_TREE_OBJECTID; in is_valid_dref_root()
6064 const u64 rootid = btrfs_root_id(root); in btrfs_drop_snapshot() local6296 ret = btrfs_qgroup_cleanup_dropped_subvolume(fs_info, rootid); in btrfs_drop_snapshot()6300 rootid, ret); in btrfs_drop_snapshot()
Completed in 20 milliseconds