Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dbtrfs_tree.h733 #define BTRFS_SUPER_FLAG_CHANGING_FSID_V2 (1ULL << 36) macro
/openbmc/linux/fs/btrfs/
H A Ddisk-io.c3255 if (features & BTRFS_SUPER_FLAG_CHANGING_FSID_V2) { in open_ctree()
3256 features &= ~BTRFS_SUPER_FLAG_CHANGING_FSID_V2; in open_ctree()
H A Dvolumes.c827 BTRFS_SUPER_FLAG_CHANGING_FSID_V2); in device_list_add()