Home
last modified time | relevance | path

Searched refs:fsprops (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_tempname.ksh47 typeset fsprops=('canmount=off' 'mountpoint=none' 'utf8only=on'
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1229 nvlist_t *props, nvlist_t *fsprops) in zpool_create() argument
1258 if (fsprops) { in zpool_create()
1262 zoned = ((nvlist_lookup_string(fsprops, in zpool_create()
1267 fsprops, zoned, NULL, NULL, B_TRUE, msg)) == NULL) { in zpool_create()
H A Dlibzfs.abi2795 …<parameter type-id='type-id-48' name='fsprops' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.c…
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c1385 nvlist_t *fsprops = NULL; in zpool_do_create() local
1460 } else if (add_prop_list(optarg, propval, &fsprops, in zpool_do_create()
1607 mountpoint, &fsprops, B_FALSE); in zpool_do_create()
1666 nvroot, props, fsprops) == 0) { in zpool_do_create()
1684 nvlist_free(fsprops); in zpool_do_create()
1688 nvlist_free(fsprops); in zpool_do_create()