Searched refs:ZFS_PROP_QUOTA (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_dir.c | 1094 dsl_prop_nvlist_add_uint64(nv, ZFS_PROP_QUOTA, in dsl_dir_stats() 1636 dsl_prop_set_sync_impl(ds, zfs_prop_to_name(ZFS_PROP_QUOTA), in dsl_dir_set_quota_sync() 1641 zfs_prop_to_name(ZFS_PROP_QUOTA), &newval)); in dsl_dir_set_quota_sync() 1645 zfs_prop_to_name(ZFS_PROP_QUOTA), (longlong_t)newval); in dsl_dir_set_quota_sync()
|
H A D | dsl_prop.c | 374 case ZFS_PROP_QUOTA: in dsl_prop_predict()
|
H A D | zfs_ioctl.c | 708 case ZFS_PROP_QUOTA: in zfs_secpolicy_setprop() 2540 case ZFS_PROP_QUOTA: in zfs_prop_set_special()
|
/illumos-gate/usr/src/common/zfs/ |
H A D | zfs_prop.c | 476 zprop_register_number(ZFS_PROP_QUOTA, "quota", 0, PROP_DEFAULT, in zfs_prop_init()
|
/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_property.c | 97 ZFS_PROP_QUOTA,
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 110 ZFS_PROP_QUOTA, enumerator
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_util.c | 1329 (prop == ZFS_PROP_QUOTA || prop == ZFS_PROP_REFQUOTA)) { in zprop_parse_value()
|
H A D | libzfs_dataset.c | 1693 case ZFS_PROP_QUOTA: in zfs_setprop_error() 2279 case ZFS_PROP_QUOTA: in get_numeric_property() 2732 case ZFS_PROP_QUOTA: in zfs_prop_get()
|
H A D | libzfs_sendrecv.c | 738 if (prop == ZFS_PROP_QUOTA || prop == ZFS_PROP_RESERVATION || in send_iterate_prop()
|
/illumos-gate/usr/src/cmd/fs.d/ |
H A D | df.c | 1229 this_quota = _zfs_prop_get_int(zhp, ZFS_PROP_QUOTA); in adjust_total_blocks()
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 2125 if (prop == ZFS_PROP_QUOTA || in zfs_do_inherit() 2537 case ZFS_PROP_QUOTA: in us_compare()
|