Home
last modified time | relevance | path

Searched refs:BTRFS_SUPER_FLAG_ERROR (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/uapi/linux/
Dbtrfs_tree.h496 #define BTRFS_SUPER_FLAG_ERROR (1ULL << 2) macro
/linux-5.19.10/fs/btrfs/
Ddisk-io.c49 BTRFS_SUPER_FLAG_ERROR |\
3507 if (btrfs_super_flags(disk_super) & BTRFS_SUPER_FLAG_ERROR) in open_ctree()