Searched refs:mount_opt (Results 1 – 1 of 1) sorted by relevance
345 local mount_opt350 for mount_opt in $(mount -d -p | awk '$2 == "'$mountpoint'" { print $4 }'); do351 if [ "$mount_opt" = "$mount_option_search" ]; then