Searched refs:BTRFS_SUPER_FLAG_SEEDING (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h774 #define BTRFS_SUPER_FLAG_SEEDING (1ULL << 32) macro
/linux-master/fs/btrfs/
H A Dvolumes.c590 if (btrfs_super_flags(disk_super) & BTRFS_SUPER_FLAG_SEEDING)
668 if (btrfs_super_flags(disk_super) & BTRFS_SUPER_FLAG_SEEDING) {
1358 !(btrfs_super_flags(disk_super) & BTRFS_SUPER_FLAG_SEEDING))
2552 ~BTRFS_SUPER_FLAG_SEEDING;
H A Ddisk-io.c57 BTRFS_SUPER_FLAG_SEEDING |\

Completed in 167 milliseconds