Home
last modified time | relevance | path

Searched refs:zfs_userquota_prop_prefixes (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/common/zfs/
H A Dzfs_prop.c53 const char *zfs_userquota_prop_prefixes[] = { variable
609 if (strncmp(name, zfs_userquota_prop_prefixes[prop], in zfs_prop_userquota()
610 strlen(zfs_userquota_prop_prefixes[prop])) == 0) { in zfs_prop_userquota()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c898 zfs_userquota_prop_prefixes[type]); in zfs_set_userquota()
913 zfs_userquota_prop_prefixes[type], 8, 1, objp, tx)); in zfs_set_userquota()
1111 zfs_userquota_prop_prefixes[ZFS_PROP_USERQUOTA], in zfsvfs_init()
1119 zfs_userquota_prop_prefixes[ZFS_PROP_GROUPQUOTA], in zfsvfs_init()
1127 zfs_userquota_prop_prefixes[ZFS_PROP_PROJECTQUOTA], in zfsvfs_init()
1135 zfs_userquota_prop_prefixes[ZFS_PROP_USEROBJQUOTA], in zfsvfs_init()
1143 zfs_userquota_prop_prefixes[ZFS_PROP_GROUPOBJQUOTA], in zfsvfs_init()
1151 zfs_userquota_prop_prefixes[ZFS_PROP_PROJECTOBJQUOTA], in zfsvfs_init()
H A Dzcp_get.c634 if (strncmp(prop_name, zfs_userquota_prop_prefixes[type], in get_userquota_prop()
635 strlen(zfs_userquota_prop_prefixes[type])) == 0) in get_userquota_prop()
H A Dzfs_ioctl.c4285 zfs_userquota_prop_prefixes[ZFS_PROP_USERQUOTA]; in zfs_check_settable()
4287 zfs_userquota_prop_prefixes[ZFS_PROP_GROUPQUOTA]; in zfs_check_settable()
4289 zfs_userquota_prop_prefixes[ZFS_PROP_USEROBJQUOTA]; in zfs_check_settable()
4291 zfs_userquota_prop_prefixes[ZFS_PROP_GROUPOBJQUOTA]; in zfs_check_settable()
4293 zfs_userquota_prop_prefixes[ZFS_PROP_PROJECTQUOTA]; in zfs_check_settable()
4294 const char *piq_prefix = zfs_userquota_prop_prefixes[\ in zfs_check_settable()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers203 zfs_userquota_prop_prefixes {
H A Dlibzfs_dataset.c1087 "%s%llx-%s", zfs_userquota_prop_prefixes[uqtype], in zfs_valid_proplist()
3073 if (strncmp(propname, zfs_userquota_prop_prefixes[type], in userquota_propname_decode()
3074 strlen(zfs_userquota_prop_prefixes[type])) == 0) in userquota_propname_decode()
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dioctl.c396 if (strcmp(propname, zfs_userquota_prop_prefixes[type]) == 0) in py_userspace_many()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h206 extern const char *zfs_userquota_prop_prefixes[ZFS_NUM_USERQUOTA_PROPS];