Lines Matching refs:TST_MNTPOINT
18 DF_FS_TYPE="$(grep -E "$TST_MNTPOINT ($TST_FS_TYPE|fuseblk)" /proc/mounts | awk 'NR==1{print $3}')"
36 ROD_SILENT dd if=/dev/zero of=$TST_MNTPOINT/testimg bs=1024 count=1024
47 ROD_SILENT rm -rf $TST_MNTPOINT/testimg
51 tst_fsfreeze $TST_MNTPOINT
77 local total=$(stat -f $TST_MNTPOINT --printf=%c)
78 local free=$(stat -f $TST_MNTPOINT --printf=%d)
81 local total=$(stat -f $TST_MNTPOINT --printf=%b)
82 local free=$(stat -f $TST_MNTPOINT --printf=%f)
84 local bsize=$(stat -f $TST_MNTPOINT --printf=%s)
178 grep $TST_DEVICE output | grep -q $TST_MNTPOINT