Searched refs:ZFS_PROP_QUOTA (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dsl_dir.c | 949 dsl_prop_nvlist_add_uint64(nv, ZFS_PROP_QUOTA, in dsl_dir_stats() 1505 dsl_prop_set_sync_impl(ds, zfs_prop_to_name(ZFS_PROP_QUOTA), in dsl_dir_set_quota_sync() 1510 zfs_prop_to_name(ZFS_PROP_QUOTA), &newval)); in dsl_dir_set_quota_sync() 1514 zfs_prop_to_name(ZFS_PROP_QUOTA), (longlong_t)newval); in dsl_dir_set_quota_sync()
|
H A D | dsl_prop.c | 318 case ZFS_PROP_QUOTA: in dsl_prop_predict()
|
H A D | zfs_ioctl.c | 623 case ZFS_PROP_QUOTA: in zfs_secpolicy_setprop() 2469 case ZFS_PROP_QUOTA: in zfs_prop_set_special()
|
/titanic_44/usr/src/common/zfs/ |
H A D | zfs_prop.c | 377 zprop_register_number(ZFS_PROP_QUOTA, "quota", 0, PROP_DEFAULT, in zfs_prop_init()
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 93 ZFS_PROP_QUOTA, enumerator
|
/titanic_44/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_property.c | 97 ZFS_PROP_QUOTA,
|
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_util.c | 1193 (prop == ZFS_PROP_QUOTA || prop == ZFS_PROP_REFQUOTA)) { in zprop_parse_value()
|
H A D | libzfs_dataset.c | 1510 case ZFS_PROP_QUOTA: in zfs_setprop_error() 2054 case ZFS_PROP_QUOTA: in get_numeric_property() 2434 case ZFS_PROP_QUOTA: in zfs_prop_get()
|
H A D | libzfs_sendrecv.c | 718 if (prop == ZFS_PROP_QUOTA || prop == ZFS_PROP_RESERVATION || in send_iterate_prop()
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | df.c | 1220 this_quota = _zfs_prop_get_int(zhp, ZFS_PROP_QUOTA); in adjust_total_blocks()
|
/titanic_44/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 1930 if (prop == ZFS_PROP_QUOTA || in zfs_do_inherit() 2334 case ZFS_PROP_QUOTA: in us_compare()
|