Searched refs:zfs_prop (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp_get.c | 193 switch (zfs_prop) { in get_dsl_dir_prop() 225 zfs_prop_t zfs_prop) in get_special_prop() argument 237 switch (zfs_prop) { in get_special_prop() 391 if (zfs_prop == ZFS_PROP_KEYSTATUS) in get_special_prop() 445 get_prop_src(state, setpoint, zfs_prop); in get_special_prop() 496 get_prop_src(state, setpoint, zfs_prop); in get_zap_prop() 511 (zfs_prop == ZFS_PROP_MOUNTED)) in prop_valid_for_ds() 531 zfs_prop_t zfs_prop) in zcp_get_system_prop() argument 545 if (!prop_valid_for_ds(ds, zfs_prop)) { in zcp_get_system_prop() 796 if (zfs_prop != ZPROP_INVAL) { in zcp_get_prop() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zcp_prop.h | 28 boolean_t prop_valid_for_ds(dsl_dataset_t *ds, zfs_prop_t zfs_prop);
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | Makefile.am | 10 zfs_prop.h
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | Makefile.in | 21 $(MODULE)-objs += zfs_prop.o
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | Makefile.am | 63 zfs_prop.c \
|
| H A D | libzfs.abi | 4424 …<parameter type-id='type-id-34' name='prop' filepath='../../module/zcommon/zfs_prop.c' line='984' … 4428 …<parameter type-id='type-id-34' name='prop' filepath='../../module/zcommon/zfs_prop.c' line='974' … 4432 …<parameter type-id='type-id-34' name='prop' filepath='../../module/zcommon/zfs_prop.c' line='963' … 4436 …<parameter type-id='type-id-34' name='prop' filepath='../../module/zcommon/zfs_prop.c' line='952' … 4440 …<parameter type-id='type-id-105' name='str' filepath='../../module/zcommon/zfs_prop.c' line='931' … 4445 …<parameter type-id='type-id-34' name='prop' filepath='../../module/zcommon/zfs_prop.c' line='915' … 4449 …<parameter type-id='type-id-34' name='prop' filepath='../../module/zcommon/zfs_prop.c' line='904' … 4453 …<parameter type-id='type-id-34' name='prop' filepath='../../module/zcommon/zfs_prop.c' line='895' … 4457 …<parameter type-id='type-id-34' name='prop' filepath='../../module/zcommon/zfs_prop.c' line='885' … 4461 …<parameter type-id='type-id-34' name='prop' filepath='../../module/zcommon/zfs_prop.c' line='879' … [all …]
|
| H A D | libzfs_dataset.c | 4721 zfs_prop_t zfs_prop = zfs_name_to_prop(nvpair_name(curr)); in zfs_prune_proplist() local 4731 if (zfs_prop != ZPROP_INVAL && props[zfs_prop] == B_FALSE) in zfs_prune_proplist()
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 220 extern int zfs_get_temporary_prop(dsl_dataset_t *ds, zfs_prop_t zfs_prop,
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 310 extern int zfs_get_temporary_prop(struct dsl_dataset *ds, zfs_prop_t zfs_prop,
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 49 zfs_prop.c \
|
| /f-stack/freebsd/contrib/openzfs/module/ |
| H A D | Makefile.bsd | 178 zfs_prop.c \
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vfsops.c | 556 zfs_get_temporary_prop(dsl_dataset_t *ds, zfs_prop_t zfs_prop, uint64_t *val, in zfs_get_temporary_prop() argument 580 switch (zfs_prop) { in zfs_get_temporary_prop()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 149 zfs_get_temporary_prop(dsl_dataset_t *ds, zfs_prop_t zfs_prop, uint64_t *val, in zfs_get_temporary_prop() argument 168 switch (zfs_prop) { in zfs_get_temporary_prop()
|