function bsl { if [ "${1}" ] ; then btrfs subvolume list "${1}" \ | cut -d ' ' -f 9 \ | sort fi }