Home
last modified time | relevance | path

Searched refs:BTRFS_ROOT_SUBVOL_DEAD (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dbtrfs_tree.h601 #define BTRFS_ROOT_SUBVOL_DEAD (1ULL << 48) macro
/linux-4.19.296/fs/btrfs/
Dctree.h2180 return (root->root_item.flags & cpu_to_le64(BTRFS_ROOT_SUBVOL_DEAD)) != 0; in btrfs_root_dead()
Dinode.c4399 root_flags | BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()
4497 root_flags & ~BTRFS_ROOT_SUBVOL_DEAD); in btrfs_delete_subvolume()