Home
last modified time | relevance | path

Searched refs:cachefile (Results 1 – 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cachefile/
H A Dcachefile_004_pos.ksh33 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
34 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
92 log_must zpool create -o cachefile=$CPATH1 $TESTPOOL1 $vdev0
94 log_must zpool create -o cachefile=$CPATH1 $TESTPOOL2 $vdev1
97 log_must zpool set cachefile=$CPATH2 $TESTPOOL1
99 log_must zpool set cachefile=$CPATH2 $TESTPOOL2
112 log_must zpool set cachefile=$CPATH2 $TESTPOOL1
115 log_must zpool set cachefile=$CPATH2 $TESTPOOL2
H A Dcachefile_002_pos.ksh33 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
34 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
64 log_must zpool create -o cachefile=none $TESTPOOL $DISKS
73 log_must zpool import -o cachefile=none -d $DEVICEDIR $TESTPOOL
77 log_must zpool import -o cachefile=$CPATH -d $DEVICEDIR $TESTPOOL
H A Dcachefile_001_pos.ksh33 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
34 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
77 log_must zpool create -o cachefile=${opts[i]} $TESTPOOL $DISKS
85 PROP=$(get_pool_prop cachefile $TESTPOOL)
H A Dcachefile_003_pos.ksh33 . $STF_SUITE/tests/functional/cachefile/cachefile.cfg
34 . $STF_SUITE/tests/functional/cachefile/cachefile.kshlib
83 log_must zpool create -o altroot=$TESTDIR -o cachefile=${opts[i]} \
91 PROP=$(get_pool_prop cachefile $TESTPOOL)
H A Dcachefile.kshlib39 typeset cachefile=${2:-$CPATH}
41 RESULT=$(strings $cachefile | grep -w $1)
H A Dcachefile.cfg32 export CPATH1=/var/tmp/cachefile.$$
33 export CPATH2=/cachefile.$$
H A DMakefile19 TARGETDIR = $(ROOTOPTPKG)/tests/functional/cachefile
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_cachefile_device_removed.ksh51 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
79 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 \
111 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 \
H A Dzpool_import.cfg72 export CPATH=/var/tmp/cachefile.$$
73 export CPATHBKP=/var/tmp/cachefile.$$.bkp
74 export CPATHBKP2=/var/tmp/cachefile.$$.bkp2
H A Dimport_cachefile_device_replaced.ksh78 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
87 log_must zpool import -c $CPATH -o cachefile=$CPATH $TESTPOOL1
H A Dimport_cachefile_mirror_detached.ksh44 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
H A Dimport_cachefile_mirror_attached.ksh46 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
H A Dimport_cachefile_device_added.ksh45 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
H A Dimport_cachefile_shared_device.ksh72 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $pool1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_018_pos.ksh89 log_must zpool create -o delegation=off -o cachefile=$CPATH $TESTPOOL $disk
97 RESULT=$(get_pool_prop cachefile $TESTPOOL)
H A Dzpool_create.cfg94 export CPATH="/var/tmp/cachefile.create"
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dinode.c51 cachefile(feblock, len) in cachefile() function
H A Dfsck.h214 struct fileinfo *cachefile();
H A Dpass1.c104 (void) cachefile(rootblock, rootlen); in pass1()
154 (void) cachefile(fidp->fid_icb.lad_ext_loc, in pass1()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/log_spacemap/
H A Dlog_spacemap_import_logs.ksh63 log_must zpool create -o cachefile=none -f $LOGSM_POOL $TESTDISK
/illumos-gate/usr/src/lib/libzutil/common/
H A Dlibzutil.h68 const char *cachefile; /* cachefile to use for import */ member
H A Dzutil_import.c1356 zpool_find_import_cached(libpc_handle_t *hdl, const char *cachefile, in zpool_find_import_cached() argument
1371 if ((fd = open(cachefile, O_RDONLY)) < 0) { in zpool_find_import_cached()
1444 cachefile) != 0) { in zpool_find_import_cached()
1484 if (import->cachefile != NULL) in zpool_search_import()
1485 pools = zpool_find_import_cached(&handle, import->cachefile, in zpool_search_import()
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_main.c299 (void) snprintf(cachefile, MAXPATHLEN, "%s/%s%s", in dlmgmt_init()
324 (void) snprintf(cachefile, MAXPATHLEN, "%s/%s", in dlmgmt_init()
H A Ddlmgmt_impl.h108 extern char cachefile[];
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get.cfg43 "cachefile"

12