Home
last modified time | relevance | path

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

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