Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/btrfs/
H A Dsuper.c11 #define BTRFS_SUPER_FLAG_SUPP (BTRFS_HEADER_FLAG_WRITTEN \ macro
82 if (sb->flags & ~BTRFS_SUPER_FLAG_SUPP) { in btrfs_check_super()
84 sb->flags & ~BTRFS_SUPER_FLAG_SUPP); in btrfs_check_super()
/openbmc/linux/fs/btrfs/
H A Ddisk-io.c56 #define BTRFS_SUPER_FLAG_SUPP (BTRFS_HEADER_FLAG_WRITTEN |\ macro
2319 if (btrfs_super_flags(sb) & ~BTRFS_SUPER_FLAG_SUPP) { in btrfs_validate_super()
2321 btrfs_super_flags(sb) & ~BTRFS_SUPER_FLAG_SUPP); in btrfs_validate_super()