Home
last modified time | relevance | path

Searched refs:mount_opt (Results 1 – 1 of 1) sorted by relevance

/src/contrib/pjdfstest/tests/
H A Dmisc.sh345 local mount_opt
350 for mount_opt in $(mount -d -p | awk '$2 == "'$mountpoint'" { print $4 }'); do
351 if [ "$mount_opt" = "$mount_option_search" ]; then