Home
last modified time | relevance | path

Searched refs:cachefile (Results 1 – 25 of 34) sorted by last modified time

12

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c2843 char *cachefile = NULL; in zpool_do_import() local
2861 cachefile = optarg; in zpool_do_import()
2956 if (cachefile && nsearch != 0) { in zpool_do_import()
3058 idata.cachefile = cachefile; in zpool_do_import()
/illumos-gate/usr/src/cmd/zhack/
H A Dzhack.c491 g_importargs.cachefile = optarg; in main()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2630 dump_cachefile(const char *cachefile) in dump_cachefile() argument
2637 if ((fd = open64(cachefile, O_RDONLY)) < 0) { in dump_cachefile()
2638 (void) printf("cannot open '%s': %s\n", cachefile, in dump_cachefile()
2644 (void) printf("failed to stat '%s': %s\n", cachefile, in dump_cachefile()
/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/test/zfs-tests/runfiles/
H A Dcommon.run89 [tests/functional/cachefile]
92 tags = ['functional', 'cachefile']
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-zfstest.p5m276 dir path=opt/zfs-tests/tests/functional/cachefile
277 file path=opt/zfs-tests/tests/functional/cachefile/cachefile.cfg mode=0444
278 file path=opt/zfs-tests/tests/functional/cachefile/cachefile.kshlib mode=0444
279 file path=opt/zfs-tests/tests/functional/cachefile/cachefile_001_pos mode=0555
280 file path=opt/zfs-tests/tests/functional/cachefile/cachefile_002_pos mode=0555
281 file path=opt/zfs-tests/tests/functional/cachefile/cachefile_003_pos mode=0555
282 file path=opt/zfs-tests/tests/functional/cachefile/cachefile_004_pos mode=0555
/illumos-gate/usr/src/lib/libzutil/common/
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/uts/common/fs/zfs/
H A Dspa.c732 char *cachefile; in spa_configfile_set() local
736 &cachefile) != 0) in spa_configfile_set()
742 if (cachefile[0] == '\0') in spa_configfile_set()
744 else if (strcmp(cachefile, "none") == 0) in spa_configfile_set()
747 dp->scd_path = spa_strdup(cachefile); in spa_configfile_set()
5827 char *poolname, *cachefile; local
5859 if (nvlist_lookup_string(tryconfig, ZPOOL_CONFIG_CACHEFILE, &cachefile)
5861 zfs_dbgmsg("spa_tryimport: using cachefile '%s'", cachefile);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1987 } cachefile; typedef
1990 setup_file(char *base, const char *path, cachefile *cf) in setup_file()
2036 cache_write(cachefile cf, char *buf, int size) in cache_write()
2061 cache_close(cachefile cf) in cache_close()
2094 cachefile outfile, outupdt; in dircache_updatefile()
/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/cmd/dlmgmtd/
H A Ddlmgmt_impl.h108 extern char cachefile[];
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_db.c150 char cachefile[MAXPATHLEN]; variable
155 (persistent) ? DLMGMT_PERSISTENT_DB_PATH : cachefile);
1505 if (zone_file_exists(zoneroot, cachefile)) { in dlmgmt_db_init()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mmp/
H A Dmmp.kshlib161 log_must zpool create -f -o cachefile=$MMP_CACHE $pool \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
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_added.ksh45 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
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 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_attached.ksh46 log_must zpool create -o cachefile=$CPATH $TESTPOOL1 $poolcreate
H A Dimport_cachefile_mirror_detached.ksh44 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_get/
H A Dzpool_get.cfg43 "cachefile"
/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)

12