HomeSort by relevance Sort by last modified time
    Searched refs:used (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /test/ontest-stc2/src/suites/zfs/tests/functional/refquota/
refquota_002_pos.ksh 76 typeset -i used quota
77 used=$(get_prop used $fs)
79 ((used = used / (1024 * 1024)))
81 if [[ $used -ne $quota ]]; then
82 log_fail "ERROR: $used -ne $quota Quotas are not limited by quota"
93 used=$(get_prop used $fs)
95 ((used = used / (1024 * 1024))
    [all...]
refquota_003_pos.ksh 76 typeset -i used quota refquota
77 used=$(get_prop used $fs)
79 ((used = used / (1024 * 1024)))
81 if [[ $used -lt $refquota ]]; then
82 log_fail "ERROR: $used < $refquota subfs quotas are limited by refquota"
86 used=$(get_prop used $fs)
88 ((used = used / (1024 * 1024))
    [all...]
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/refquota/
refquota_002_pos.ksh 76 typeset -i used quota
77 used=$(get_prop used $fs)
79 ((used = used / (1024 * 1024)))
81 if [[ $used -ne $quota ]]; then
82 log_fail "ERROR: $used -ne $quota Quotas are not limited by quota"
93 used=$(get_prop used $fs)
95 ((used = used / (1024 * 1024))
    [all...]
refquota_003_pos.ksh 76 typeset -i used quota refquota
77 used=$(get_prop used $fs)
79 ((used = used / (1024 * 1024)))
81 if [[ $used -lt $refquota ]]; then
82 log_fail "ERROR: $used < $refquota subfs quotas are limited by refquota"
86 used=$(get_prop used $fs)
88 ((used = used / (1024 * 1024))
    [all...]
  /test/ontest-stc2/src/suites/zfs/tests/functional/cli_root/zfs_copies/
zfs_copies_002_pos.ksh 40 # Verify that the space used by multiple copies is charged correctly
71 log_assert "Verify that the space used by multiple copies is charged correctly."
91 used=$(get_used_prop $TESTPOOL/fs_$val)
92 check_used $used $val
98 (( used = blks * 512 / (1024 * 1024) ))
99 check_used $used $val
104 used=`$DF -F zfs -h /$TESTPOOL/fs_$val/$FILE | $GREP $TESTPOOL/fs_$val \
106 check_used $used $val
111 used=`$DU -h /$TESTPOOL/fs_$val/$FILE | $AWK '{print $1}'`
112 check_used $used $val
    [all...]
zfs_copies.kshlib 50 # Get the value of property used via zfs list
56 typeset used
58 used=`$ZFS list -H -o used $ds`
59 used=${used%[m|M]}
60 if [[ $used == *K ]]; then
61 used=0
63 $ECHO $used
67 # Check the used space is charged correctl
    [all...]
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/cli_root/zfs_copies/
zfs_copies_002_pos.ksh 40 # Verify that the space used by multiple copies is charged correctly
71 log_assert "Verify that the space used by multiple copies is charged correctly."
91 used=$(get_used_prop $TESTPOOL/fs_$val)
92 check_used $used $val
98 (( used = blks * 512 / (1024 * 1024) ))
99 check_used $used $val
104 used=`$DF -F zfs -h /$TESTPOOL/fs_$val/$FILE | $GREP $TESTPOOL/fs_$val \
106 check_used $used $val
111 used=`$DU -h /$TESTPOOL/fs_$val/$FILE | $AWK '{print $1}'`
112 check_used $used $val
    [all...]
zfs_copies.kshlib 50 # Get the value of property used via zfs list
56 typeset used
58 used=`$ZFS list -H -o used $ds`
59 used=${used%[m|M]}
60 if [[ $used == *K ]]; then
61 used=0
63 $ECHO $used
67 # Check the used space is charged correctl
    [all...]
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/snapused/
snapused.kshlib 45 used=$(get_prop used $dataset)
52 if (( used != used_sum )); then
53 log_fail "$dataset: used($used) is not the sum($used_sum) of usedby*"
82 used=$(get_prop used $child)
83 if (( reservation > used )); then
86 (( usedbychildren_sum += used ))
92 log_fail "$dataset: usedbychildren($parent_usedbychildren) is not the sum($usedbychildren_sum) of used by children
    [all...]
  /test/stcnv/usr/src/suites/nfs/nfsv4/tests/utils/
README 30 tools to be used for any nfsv4/tests to test NFSv4 functions,
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/utils/
README 31 tools to be used for any nfsv4-test/tests to test nfsv4.
33 o common_c/ - C API tools (common.c) used for test development
  /test/ontest-stc2/src/suites/zfs/tests/functional/reservation/
reservation_007_pos.ksh 80 space_used=`get_prop used $TESTPOOL`
104 used_aft_dset1=`get_prop used $TESTPOOL`
111 # After destroying the second dataset the space used and
118 used_dest_dset2=`get_prop used $TESTPOOL`
124 # After destroying the first dataset the space used and
130 used_dest_dset1=`get_prop used $TESTPOOL`
reservation_005_pos.ksh 47 # 2) Get the space used and available in the pool
52 # 6) Verify that the space used and available totals for the pool have
99 space_used=`get_prop used $TESTPOOL`
125 new_space_used=`get_prop used $TESTPOOL`
reservation_006_pos.ksh 50 # 2) Get the space used and available in the pool
77 # To ensure subsequent tests see correct USED/AVAIL totals
89 space_used=`get_prop used $TESTPOOL`
reservation_004_pos.ksh 47 # 2) Get the space used and available in the pool
52 # 6) Verify that the space used and available totals for the pool have
112 space_used=`get_prop used $TESTPOOL`
133 new_space_used=`get_prop used $TESTPOOL`
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/reservation/
reservation_007_pos.ksh 80 space_used=`get_prop used $TESTPOOL`
104 used_aft_dset1=`get_prop used $TESTPOOL`
111 # After destroying the second dataset the space used and
118 used_dest_dset2=`get_prop used $TESTPOOL`
124 # After destroying the first dataset the space used and
130 used_dest_dset1=`get_prop used $TESTPOOL`
reservation_005_pos.ksh 47 # 2) Get the space used and available in the pool
52 # 6) Verify that the space used and available totals for the pool have
99 space_used=`get_prop used $TESTPOOL`
125 new_space_used=`get_prop used $TESTPOOL`
reservation_006_pos.ksh 50 # 2) Get the space used and available in the pool
77 # To ensure subsequent tests see correct USED/AVAIL totals
90 space_used=`get_prop used $TESTPOOL`
  /test/ontest-stc2/src/suites/zfs/tests/functional/xattr/
xattr_012_pos.ksh 62 psize=$( $ZPOOL list -H -o used $poolname )
88 FS_SIZE=$( $ZFS get -p -H -o value used $TESTPOOL/$TESTFS )
108 NEW_FS_SIZE=$( $ZFS get -p -H -o value used $TESTPOOL/$TESTFS )
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/xattr/
xattr_012_pos.ksh 62 psize=$( $ZPOOL list -H -o used $poolname )
88 FS_SIZE=$( $ZFS get -p -H -o value used $TESTPOOL/$TESTFS )
108 NEW_FS_SIZE=$( $ZFS get -p -H -o value used $TESTPOOL/$TESTFS )
  /test/ontest-stc2/src/suites/zfs/tests/functional/quota/
quota_006_neg.ksh 40 # Can't set a quota to less than currently being used by the dataset.
72 typeset -i space_used=`get_prop used $TESTPOOL/$TESTFS`
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/quota/
quota_006_neg.ksh 40 # Can't set a quota to less than currently being used by the dataset.
72 typeset -i space_used=`get_prop used $TESTPOOL/$TESTFS`
  /test/stcnv/usr/src/tools/diskomizer/
shm_shm_ops.c 82 long used; /* len - used == free */ member in struct:shm_seg
119 wanted < (this->len - this->used)) {
124 if (found == NULL || (found->len - found->used) >
125 (this->len - this->used)) {
132 found->used += wanted;
134 found->used += (found->used % sizeof (long long));
148 this->used = wanted;
150 this->used += (this->used % sizeof (long long))
    [all...]
  /test/ontest-stc2/src/suites/zfs/tests/functional/delegate/zfs_allow/
zfs_allow_011_neg.ksh 67 type creation used available \
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/delegate/zfs_allow/
zfs_allow_011_neg.ksh 67 type creation used available \

Completed in 4679 milliseconds

1 2 3 4 5