Home
last modified time | relevance | path

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

/freebsd/tests/sys/cddl/zfs/tests/refreserv/
H A Dcleanup.ksh30 if ! fs_prop_exist "refreservation" ; then
H A Dsetup.ksh30 if ! fs_prop_exist "refreservation" ; then
/freebsd/tests/sys/cddl/zfs/tests/refquota/
H A Dcleanup.ksh30 if ! fs_prop_exist "refquota" ; then
H A Dsetup.ksh30 if ! fs_prop_exist "refquota" ; then
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_copies/
H A Dsetup.ksh29 if ! fs_prop_exist "copies" ; then
H A Dcleanup.ksh30 if ! fs_prop_exist "copies" ; then
H A Dzfs_copies.kshlib101 if fs_prop_exist "refreserv" ; then
/freebsd/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs.kshlib32 fs_prop_exist "sharesmb"
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_007_pos.ksh60 if ! fs_prop_exist "version" ; then
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dversion_001_neg.ksh59 if ! fs_prop_exist "version" ; then
/freebsd/tests/sys/cddl/zfs/tests/userquota/
H A Duserquota_common.kshlib36 if ! fs_prop_exist "userquota@..."; then
/freebsd/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_001_pos.ksh86 if fs_prop_exist refreserv; then
H A Dreservation_004_pos.ksh83 if fs_prop_exist refreserv; then
/freebsd/tests/sys/cddl/zfs/tests/snapused/
H A Dsnapused.kshlib31 fs_prop_exist "usedbysnapshots"
/freebsd/tests/sys/cddl/zfs/include/
H A Dlibtest.kshlib2810 function fs_prop_exist function