Home | History | Annotate | Download | only in scripts

Lines Matching refs:mnt

3 MNT=/mnt/f2fs
18 umount /mnt/*
30 mount -t f2fs -o disable_roll_forward $DEV $MNT || exit
31 umount $MNT
37 mount -t f2fs $DEV $MNT || exit
38 umount $MNT
42 mount -t f2fs $DEV $MNT || exit
47 time rm -rf $MNT/* || exit
56 $F2FS_DIR/stress_test/fsstress/fsstress -z -f link=0 -f mkdir=3 -f mknod=3 -f rmdir=2 -f symlink=3 -f truncate=4 -f write=10 -f creat=10 -f unlink=5 -f rename=5 -f fsync=10 -p 10 -n 10000 -l 0 -d $MNT &