Searched refs:quota (Results 51 - 63 of 63) sorted by relevance

123

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dir.h75 /* Administrative quota setting */
149 uint64_t quota);
H A Ddsl_dataset.h308 uint64_t quota);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_common.kshlib73 reservation|reserv|quota )
/illumos-gate/usr/src/test/zfs-tests/tests/functional/history/
H A Dhistory_002_pos.ksh69 quota 64M recordsize 512
98 # quota, reservation, canmount can not be inherited.
100 if [[ ${props[$i]} != "quota" && ${props[$i]} != "reservation" && \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh143 rand_set_prop $fs quota "512M" "1024M"
/illumos-gate/usr/src/uts/sun4u/io/i2c/nexus/
H A Di2bsc.c1045 int quota = I2BSC_MAX_TRANSFER_SZ; local
1066 while (tp->i2c_w_resid && quota) {
1071 quota--;
1080 while (tp->i2c_r_resid && quota) {
1086 quota--;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c757 const char *domain, uint64_t rid, uint64_t quota)
802 if (quota == 0) {
807 err = zap_update(zfsvfs->z_os, *objp, buf, 8, 1, &quota, tx);
820 uint64_t used, quota, usedobj, quotaobj; local
830 err = zap_lookup(zfsvfs->z_os, quotaobj, buf, 8, 1, &quota);
837 return (used >= quota);
756 zfs_set_userquota(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type, const char *domain, uint64_t rid, uint64_t quota) argument
H A Dzfs_ioctl.c2349 uint64_t quota; local
2373 quota = valary[2];
2377 err = zfs_set_userquota(zfsvfs, type, domain, rid, quota);
2572 * receiving quota and reservation out of order.
2812 * 'inherit -S' to revert non-inheritable properties like quota
4104 * refquota pre-receipt will set the dsl's ACTUAL quota, which will prevent
4725 * Retrieve a single {user|group}{used|quota}@... property.
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist88 49 Disc quota exceeded
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Ds10_boot.ksh291 replace_with_native /usr/lib/fs/ufs/quota 0555 root:bin
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Ddelegate_common.kshlib255 quota)
1108 user_run $user zfs set quota=$value32m $fs
1109 if [[ $value32m != $(get_prop quota $fs) ]]; then
/illumos-gate/usr/src/man/man1m/
H A DMakefile406 quota.1m \
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h7808 u32_t quota /* Quota for a protocol/vnic */; member in struct:rate_shaping_counter

Completed in 1552 milliseconds

123