Home
last modified time | relevance | path

Searched full:userspace (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserspace_002_pos.ksh38 # Check the user used size and quota in zfs userspace
44 # 3. use zfs userspace to check the used size and quota size
56 log_assert "Check the zfs userspace used and quota"
69 log_must eval "zfs userspace $QFS >/dev/null 2>&1"
70 log_must eval "zfs userspace $snapfs >/dev/null 2>&1"
73 log_note "check the quota size in zfs userspace $fs"
74 log_must eval "zfs userspace $fs | grep $QUSER1 | grep 100M"
76 log_note "check the user used size in zfs userspace $fs"
77 log_must eval "zfs userspace $fs | grep $QUSER1 | grep 50\\.\*M"
80 log_pass "Check the zfs userspace used and quota"
H A Duserspace_004_pos.ksh38 # Check the user used size and defaultuserquota in zfs userspace
44 # 3. use zfs userspace to check the used size and quota size
56 log_assert "Check the zfs userspace used and defaultuserquota"
69 log_must eval "zfs userspace $QFS >/dev/null 2>&1"
70 log_must eval "zfs userspace $snapfs >/dev/null 2>&1"
73 log_note "check the defaultuserquota size in zfs userspace $fs"
74 log_must eval "zfs userspace $fs | grep $QUSER1 | grep 100M"
76 log_note "check the user used size in zfs userspace $fs"
77 log_must eval "zfs userspace $fs | grep $QUSER1 | grep 50\\.\*M"
80 log_pass "Check the zfs userspace used and defaultuserquota"
H A Duserspace_003_pos.ksh39 # Check the user used object accounting in zfs userspace
44 # 2. use zfs userspace to check the used objects
61 typeset -i userspacecnt=$(zfs userspace -oname,objused $fs |
65 # 'zfs userspace' and 'zfs get userobjused@' should be equal
73 log_assert "Check the zfs userspace object used"
89 log_must eval "zfs userspace $QFS >/dev/null 2>&1"
90 log_must eval "zfs userspace $snapfs >/dev/null 2>&1"
93 log_note "check the user used objects in zfs userspace $fs"
121 log_pass "Check the zfs userspace object used"
H A Duserspace_send_encrypted.ksh29 # 3. Write new file, snapshot, get userspace
35 # 9. Verify encrypted datasets support 'zfs userspace' and 'zfs groupspace'
72 # Write new file, snapshot, get userspace
85 rollback_uspace=$(zfs userspace -Hp $ENC_SOURCE | \
96 # Mount encrypted datasets and verify they support 'zfs userspace' and
106 src_uspace=$(zfs userspace -Hp $ENC_SOURCE | \
108 tgt_uspace=$(zfs userspace -Hp $ENC_TARGET | \
113 src_uquota=$(zfs userspace -Hp $ENC_SOURCE | awk "/$QUSER1/"' {print $5}')
114 tgt_uquota=$(zfs userspace -Hp $ENC_TARGET | awk "/$QUSER1/"' {print $5}')
H A Duserspace_001_pos.ksh38 # Check the zfs userspace with all parameters
42 # 1. set zfs userspace to a fs
44 # 3. use zfs userspace with all possible parameters to check the result
56 log_assert "Check the zfs userspace with all possible parameters"
73 log_must eval "zfs userspace $param $QFS >/dev/null 2>&1"
74 log_must eval "zfs userspace $param $snap_fs >/dev/null 2>&1"
77 log_pass "zfs userspace with all possible parameters pass as expect"
H A Duserspace_encrypted.ksh23 # 'zfs userspace' and 'zfs groupspace' can be used on encrypted datasets
29 # 3. Verify encrypted datasets support 'zfs userspace' and 'zfs groupspace'
74 # 3. Verify encrypted datasets support 'zfs userspace' and
76 log_must zfs userspace $DATASET_ENCROOT/fs
78 log_must_unsupported zfs userspace $DATASET_ENCROOT/recvfs
/freebsd/tests/sys/cddl/zfs/tests/userquota/
H A Duserspace_002_pos.ksh34 # Check the user used size and quota in zfs userspace
40 # 3. use zfs userspace to check the used size and quota size
66 log_assert "Check the zfs userspace used and quota"
79 log_must eval "$ZFS userspace $QFS >/dev/null 2>&1"
80 log_must eval "$ZFS userspace $snapfs >/dev/null 2>&1"
83 log_note "check the quota size in zfs userspace $fs"
84 log_must eval "$ZFS userspace $fs | $GREP $QUSER1 | $GREP 100M"
86 log_note "check the user used size in zfs userspace $fs"
87 log_must eval "$ZFS userspace $fs | $GREP $QUSER1 | $GREP 50.0M"
90 log_pass "Check the zfs userspace used and quota"
H A Duserspace_001_pos.ksh34 # Check the zfs userspace with all parameters
38 # 1. set zfs userspace to a fs
40 # 3. use zfs userspace with all possible parameters to check the result
66 log_assert "Check the zfs userspace with all possible parameters"
88 log_must eval "$ZFS userspace $param $QFS >/dev/null 2>&1"
89 log_must eval "$ZFS userspace $param $snap_fs >/dev/null 2>&1"
92 log_pass "zfs userspace with all possible parameters pass as expect"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/upgrade/
H A Dupgrade_userobj_001_pos.ksh60 zfs userspace -o objused -H $TESTPOOL | head -n 1 | grep -q "-" ||
67 zfs userspace -o objused -H $TESTPOOL | head -n 1 | grep -q "-" ||
75 zfs userspace -o objused -H $TESTPOOL/fs1 | head -n 1 | grep -q "-" &&
83 zfs userspace -o objused -H $TESTPOOL/fs2 | head -n 1 | grep -q "-" &&
88 zfs userspace -o objused -H $TESTPOOL | head -n 1 | grep -q "-" ||
94 zfs userspace -o objused -H $TESTPOOL | head -n 1 | grep -q "-" &&
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-groupspace.834 .Dt ZFS-USERSPACE 8
38 .Nm zfs-userspace
42 .Cm userspace
69 .Cm userspace
103 .Nm zfs Cm userspace
161 .Cm userspace ,
176 .Cm userspace ,
H A Dzfs-projectspace.834 .Dt ZFS-USERSPACE 8
38 .Nm zfs-userspace
42 .Cm userspace
69 .Cm userspace
103 .Nm zfs Cm userspace
161 .Cm userspace ,
176 .Cm userspace ,
H A Dzfs-userspace.838 .Nm zfs-userspace
42 .Cm userspace
69 .Cm userspace
103 .Nm zfs Cm userspace
161 .Cm userspace ,
176 .Cm userspace ,
/freebsd/share/man/man5/
H A Dfusefs.5
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py25 """This module implements the "zfs userspace" and "zfs groupspace" subcommands.
26 The only public interface is the zfs.userspace.do_userspace() function."""
105 information from this elem from Dataset.userspace(prop)."""
137 """Implements the "zfs userspace" and "zfs groupspace" subcommands."""
147 if sys.argv[1] == "userspace":
220 for elem in ds.userspace(prop):
H A Dgroupspace.py25 import zfs.userspace
27 do_groupspace = zfs.userspace.do_userspace
/freebsd/sys/arm64/arm64/
H A Dptrauth.c133 * expose to userspace and the rest of the kernel so they don't try in ptrauth_check()
174 /* Generate new userspace keys when executing a new process */
186 * Copy the user keys when creating a new userspace thread until it's clear
211 * Load the userspace keys. We can't use WRITE_SPECIALREG as we need
238 * Enable pointer authentication. After this point userspace and the kernel
318 /* Called when we are about to exit the kernel and enter userspace */
/freebsd/share/man/man4/
H A Dkvmclock.469 By default, timekeeping information is exported to userspace only when the
86 Mark the timecounter as unstable for userspace consumers.
87 This is mostly useful for debugging the driver and userspace timekeeping code,
/freebsd/cddl/sbin/zfs/
H A DMakefile35 zfs-userspace.8 \
50 zfs-userspace.8 zfs-groupspace.8 \
51 zfs-userspace.8 zfs-projectspace.8
/freebsd/lib/libsys/
H A Dsigfastblock.250 block asynchronous signals delivery with a single write to userspace
74 Userspace code should use
84 Userspace should perform
/freebsd/sys/contrib/xz-embedded/
H A DREADME9 be easily used in other environments too, including regular userspace
10 applications. See userspace/xzminidec.c for an example program.
62 Embedding into userspace applications
74 userspace/xz_config.h
/freebsd/contrib/wpa/src/drivers/
H A Dnl80211_copy.h31 * This header file defines the userspace API to the wireless stack. Please
89 * Frame transmission and registration support exists to allow userspace
99 * that userspace registers for will not be returned as unhandled by the
114 * Frame transmission allows userspace to send for example the required
233 * below additional parameters to userspace, which can be either after setting
238 * %Nl80211_ATTR_PMK - used to update PMKSA cache in userspace
239 * The PMKSA can be maintained in userspace persistently so that it can be used
312 * With this capability, for FILS key derivation, drivers depend on userspace.
314 * After FILS key derivation, userspace shares the FILS AAD details with the
377 * be sent from userspace to request creation of a new virtual interface,
[all …]
/freebsd/sys/dev/netmap/
H A Dnetmap_mem2.h48 * Once mapped, the three pools are exported to userspace
54 * The userspace areas contain offsets of the objects in userspace.
95 * packets in userspace avoiding copies.
/freebsd/lib/libc/gen/
H A Darc4random.h43 * 32-bit value in userspace for the convenience of 32-bit platforms. 32-bit
86 * New userspace on an old or !RANDOM_FENESTRASX kernel; or an in _rs_initialize_fxrng()
92 /* Old userspace on newer kernel. */ in _rs_initialize_fxrng()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dib_user_mad.h42 * Increment this value if any changes that break userspace ABI
50 * avoid incompatibility between 32-bit userspace and 64-bit kernels).
160 * 32-bit userspace to 64-bit kernel for big-endian systems in the
198 * @id - Set by the _kernel_; used by userspace to identify the
/freebsd/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt20 For userspace, XZ Utils provide a zlib-like compression library
33 .xz files from userspace. The decompressed output is thrown away.
70 In userspace, LZMA2 is typically used with dictionary sizes of several

12345678910>>...22