Searched refs:zfs_userquota_prop_prefixes (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/common/zfs/ |
H A D | zfs_prop.c | 51 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 D | mapfile-vers | 174 zfs_userquota_prop_prefixes;
|
H A D | libzfs_dataset.c | 1075 "%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 D | zfs_vfsops.c | 808 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 D | zfs_ioctl.c | 3790 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 D | ioctl.c | 381 if (strcmp(propname, zfs_userquota_prop_prefixes[type]) == 0) in py_userspace_many()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 168 extern const char *zfs_userquota_prop_prefixes[ZFS_NUM_USERQUOTA_PROPS];
|