Searched refs:_fstype (Results 1 – 2 of 2) sorted by relevance
8 local _fstype _fstype_and_label _label _p18 _fstype="${_fstype_and_label%% *}"19 if [ "${_fstype}" != "${_fstype_and_label}" ]; then35 local _fstype _p37 _fstype="$1"40 case "${_fstype}" in43 echo "-mountprog=/usr/local/sbin/mount.exfat,fstype=${_fstype},sync :/dev/${_p}"46 "Cannot mount ${_fstype} formatted device /dev/${_p}: Install filesystems/exfat first"52 echo "-mountprog=/usr/local/bin/ntfs-3g,fstype=${_fstype},sync :/dev/${_p}"55 "Cannot mount ${_fstype} formatte[all...]
360 char _fstype[] = "fstype"; in main() local365 iov[0].iov_base = _fstype; in main()366 iov[0].iov_len = sizeof(_fstype); in main()