Searched refs:zfs_userquota_prop_prefixes (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_prop.c | 53 const char *zfs_userquota_prop_prefixes[] = { variable 787 if (strncmp(name, zfs_userquota_prop_prefixes[prop], in zfs_prop_userquota() 788 strlen(zfs_userquota_prop_prefixes[prop])) == 0) { in zfs_prop_userquota() 1030 EXPORT_SYMBOL(zfs_userquota_prop_prefixes);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_quota.c | 337 zfs_userquota_prop_prefixes[type]); in zfs_set_userquota() 352 zfs_userquota_prop_prefixes[type], 8, 1, objp, tx)); in zfs_set_userquota()
|
| H A D | zcp_get.c | 581 if (strncmp(prop_name, zfs_userquota_prop_prefixes[type], in get_userquota_prop() 582 strlen(zfs_userquota_prop_prefixes[type])) == 0) in get_userquota_prop()
|
| H A D | zfs_ioctl.c | 4390 zfs_userquota_prop_prefixes[ZFS_PROP_USERQUOTA]; in zfs_check_settable() 4392 zfs_userquota_prop_prefixes[ZFS_PROP_GROUPQUOTA]; in zfs_check_settable() 4394 zfs_userquota_prop_prefixes[ZFS_PROP_USEROBJQUOTA]; in zfs_check_settable() 4396 zfs_userquota_prop_prefixes[ZFS_PROP_GROUPOBJQUOTA]; in zfs_check_settable() 4398 zfs_userquota_prop_prefixes[ZFS_PROP_PROJECTQUOTA]; in zfs_check_settable() 4399 const char *piq_prefix = zfs_userquota_prop_prefixes[\ in zfs_check_settable()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_vfsops.c | 705 zfs_userquota_prop_prefixes[ZFS_PROP_USERQUOTA], in zfsvfs_init() 713 zfs_userquota_prop_prefixes[ZFS_PROP_GROUPQUOTA], in zfsvfs_init() 721 zfs_userquota_prop_prefixes[ZFS_PROP_PROJECTQUOTA], in zfsvfs_init() 729 zfs_userquota_prop_prefixes[ZFS_PROP_USEROBJQUOTA], in zfsvfs_init() 737 zfs_userquota_prop_prefixes[ZFS_PROP_GROUPOBJQUOTA], in zfsvfs_init() 745 zfs_userquota_prop_prefixes[ZFS_PROP_PROJECTOBJQUOTA], in zfsvfs_init()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vfsops.c | 856 zfs_userquota_prop_prefixes[ZFS_PROP_USERQUOTA], in zfsvfs_init() 864 zfs_userquota_prop_prefixes[ZFS_PROP_GROUPQUOTA], in zfsvfs_init() 872 zfs_userquota_prop_prefixes[ZFS_PROP_PROJECTQUOTA], in zfsvfs_init() 880 zfs_userquota_prop_prefixes[ZFS_PROP_USEROBJQUOTA], in zfsvfs_init() 888 zfs_userquota_prop_prefixes[ZFS_PROP_GROUPOBJQUOTA], in zfsvfs_init() 896 zfs_userquota_prop_prefixes[ZFS_PROP_PROJECTOBJQUOTA], in zfsvfs_init()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 208 extern const char *zfs_userquota_prop_prefixes[ZFS_NUM_USERQUOTA_PROPS];
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 1134 zfs_userquota_prop_prefixes[uqtype], in zfs_valid_proplist() 3085 if (strncmp(propname, zfs_userquota_prop_prefixes[type], in userquota_propname_decode() 3086 strlen(zfs_userquota_prop_prefixes[type])) == 0) in userquota_propname_decode()
|
| H A D | libzfs.abi | 425 …<elf-symbol name='zfs_userquota_prop_prefixes' size='96' type='object-type' binding='global-bindin… 4422 …zfs_userquota_prop_prefixes' type-id='type-id-353' mangled-name='zfs_userquota_prop_prefixes' visi…
|