Home
last modified time | relevance | path

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

12

/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/cmd/dlmgmtd/
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/cmd/zhack/
H A Dzhack.c491 g_importargs.cachefile = optarg; in main()
/illumos-gate/usr/src/test/zfs-tests/runfiles/
H A Dcommon.run89 [tests/functional/cachefile]
92 tags = ['functional', 'cachefile']
/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/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/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/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/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()

12