Searched refs:zfs_get_zplprop (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zfs_vfsops.c | 865 error = zfs_get_zplprop(os, ZFS_PROP_VERSION, &zfsvfs->z_version); in zfsvfs_init() 876 error = zfs_get_zplprop(os, ZFS_PROP_NORMALIZE, &val); in zfsvfs_init() 881 error = zfs_get_zplprop(os, ZFS_PROP_UTF8ONLY, &val); in zfsvfs_init() 886 error = zfs_get_zplprop(os, ZFS_PROP_CASE, &val); in zfsvfs_init() 2458 zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value) in zfs_get_zplprop() function
|
| D | zfs_ioctl.c | 374 if (zfs_get_zplprop(os, ZFS_PROP_VERSION, &zplversion) == 0) in zpl_earlier_version() 2217 if ((error = zfs_get_zplprop(os, prop, &value)) != 0) in nvl_add_zplprop() 3141 VERIFY(zfs_get_zplprop(os, ZFS_PROP_NORMALIZE, &norm) == 0); in zfs_fill_zplprops_impl() 3151 VERIFY(zfs_get_zplprop(os, ZFS_PROP_UTF8ONLY, &u8) == 0); in zfs_fill_zplprops_impl() 3156 VERIFY(zfs_get_zplprop(os, ZFS_PROP_CASE, &sense) == 0); in zfs_fill_zplprops_impl()
|
| D | dmu_send.c | 765 if (zfs_get_zplprop(os, ZFS_PROP_VERSION, &version) != 0) { in dmu_send_impl()
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | zfs_znode.h | 322 extern int zfs_get_zplprop(objset_t *os, zfs_prop_t prop, uint64_t *value);
|