Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-wR_encrypted_zvol.ksh71 log_must new_fs -t ext4 $zdev
76 log_must new_fs $zdev
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_volume.ksh94 log_must new_fs -t ext4 -v $VOLUME
100 log_must new_fs $VOLUME
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_ENOSPC/
H A Dsetup.ksh45 log_must new_fs ${ZVOL_RDEVDIR}/$TESTPOOL/$TESTVOL
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/inuse/
H A Dinuse_005_pos.ksh66 if new_fs $t; then
H A Dinuse_008_pos.ksh69 if ! new_fs $t; then
H A Dinuse_003_pos.ksh99 new_fs $rawdisk1 > /dev/null 2>&1
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/migration/
H A Dsetup.ksh60 new_fs ${DEV_DSKDIR}/$NONZFS_DISK
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_002_pos.ksh69 log_must new_fs ${ZVOL_RDEVDIR}/$TESTPOOL/$TESTVOL
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_common.kshlib64 log_must new_fs $ZVOL_DEVDIR/$VOL
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rollback/
H A Dzfs_rollback_common.kshlib79 log_must new_fs $ZVOL_DEVDIR/$VOL
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c578 FuncState new_fs; in body() local
579 open_func(ls, &new_fs); in body()
580 new_fs.f->linedefined = line; in body()
589 new_fs.f->lastlinedefined = ls->linenumber; in body()
592 pushclosure(ls, &new_fs, e); in body()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlparser.c794 FuncState new_fs; in body() local
796 new_fs.f = addprototype(ls); in body()
797 new_fs.f->linedefined = line; in body()
798 open_func(ls, &new_fs, &bl); in body()
807 new_fs.f->lastlinedefined = ls->linenumber; in body()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib4026 function new_fs #<args>