Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/zfs/
H A Dzfs_prop.c51 const char *zfs_userquota_prop_prefixes[] = { variable
507 if (strncmp(name, zfs_userquota_prop_prefixes[prop], in zfs_prop_userquota()
508 strlen(zfs_userquota_prop_prefixes[prop])) == 0) { in zfs_prop_userquota()
/titanic_44/usr/src/lib/libzfs/common/
H A Dmapfile-vers174 zfs_userquota_prop_prefixes;
H A Dlibzfs_dataset.c1075 "%s%llx-%s", zfs_userquota_prop_prefixes[uqtype], in zfs_valid_proplist()
2730 if (strncmp(propname, zfs_userquota_prop_prefixes[type], in userquota_propname_decode()
2731 strlen(zfs_userquota_prop_prefixes[type])) == 0) in userquota_propname_decode()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c808 zfs_userquota_prop_prefixes[type]); in zfs_set_userquota()
823 zfs_userquota_prop_prefixes[type], 8, 1, objp, tx)); in zfs_set_userquota()
982 zfs_userquota_prop_prefixes[ZFS_PROP_USERQUOTA], in zfsvfs_create()
988 zfs_userquota_prop_prefixes[ZFS_PROP_GROUPQUOTA], in zfsvfs_create()
H A Dzfs_ioctl.c3790 zfs_userquota_prop_prefixes[ZFS_PROP_USERQUOTA]; in zfs_check_settable()
3792 zfs_userquota_prop_prefixes[ZFS_PROP_GROUPQUOTA]; in zfs_check_settable()
/titanic_44/usr/src/lib/pyzfs/common/
H A Dioctl.c381 if (strcmp(propname, zfs_userquota_prop_prefixes[type]) == 0) in py_userspace_many()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dzfs.h168 extern const char *zfs_userquota_prop_prefixes[ZFS_NUM_USERQUOTA_PROPS];