an addendum for when the above doesn’t return any files, you can step through the entire stripe set
for x in $(seq 0 $(( (nr_disks - 1) * 16 - 1)) ); do btrfs insp logical -o $((Address + $x * 4096)) /mountpoint; done | sort -u
an addendum for when the above doesn’t return any files, you can step through the entire stripe set
for x in $(seq 0 $(( (nr_disks - 1) * 16 - 1)) ); do btrfs insp logical -o $((Address + $x * 4096)) /mountpoint; done | sort -u