Home
last modified time | relevance | path

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

12345678910>>...24

/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
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_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_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
/src/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"
/src/share/man/man9/
H A Dexterror.914 .Nd provide extended error information to userspace
95 user output, which is done in userspace.
110 to userspace at runtime.
120 in kernel threads is not sensible as there is no userspace to retrieve
149 .Sh USERSPACE ACCESS TO EXTENDED ERROR DATA
154 the kernel copies out that information into the userspace
159 internal syscall, normally done by the userspace C runtime.
161 Userspace programs do not need to access the extended information
/src/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 "-" &&
/src/sys/contrib/openzfs/man/man8/
H A Dzfs-projectspace.838 .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 ,
H A Dzfs-groupspace.838 .Nm zfs-userspace
42 .Cm userspace
69 .Cm userspace
103 .Nm zfs Cm userspace
161 .Cm userspace ,
176 .Cm userspace ,
/src/lib/libuvmem/
H A Dlibuvmem.314 .Nd userspace general purpose resource allocator
31 feature is not implemented for userspace, and the
68 The userspace port for
/src/sys/dev/hwt/
H A Dhwt.c57 * Maps tracing buffers of the corresponding thread to userspace.
64 * execution for a given context to userspace, such as mmaping
74 * to the userspace.
76 * To avoid data loss, userspace may notify kernel it has
98 * 5. User mmaps tracing buffers of each thread to userspace (using
115 * 3. User opens character devices of interest to map the buffers to userspace.
/src/share/man/man4/
H A Dfusefs.434 .Nd "File system in USErspace"
47 driver implements a file system that is serviced by a userspace program.
51 Userspace daemons can access libraries or programming languages that cannot run
110 implementation of the FUSE userspace file system framework (see
H A Ddtrace_pid.411 .Nd a DTrace provider for dynamic userspace tracing based on function boundary instrumentation
21 provider implements userspace dynamic tracing
22 by instrumenting the entry and return of functions in userspace programs.
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,
/src/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):
/src/sys/arm64/arm64/
H A Dptrauth.c151 * expose to userspace and the rest of the kernel so they don't try in ptrauth_disabled()
178 /* Generate new userspace keys when executing a new process */
190 * Copy the user keys when creating a new userspace thread until it's clear
215 * Load the userspace keys. We can't use WRITE_SPECIALREG as we need
242 * Enable pointer authentication. After this point userspace and the kernel
322 /* Called when we are about to exit the kernel and enter userspace */
/src/cddl/sbin/zfs/
H A DMakefile33 zfs-userspace.8 \
48 zfs-userspace.8 zfs-groupspace.8 \
49 zfs-userspace.8 zfs-projectspace.8
/src/sys/arm64/spe/
H A Darm_spe_dev.c225 * Notify userspace via kqueue that buffer is full and needs copying in arm_spe_intr()
233 * It's possible userspace hasn't yet notified us they've copied out the in arm_spe_intr()
238 * userspace to copy out the data in arm_spe_intr()
239 * b) Userspace is still copying the buffer or hasn't notified us in arm_spe_intr()
283 /* Add to queue for userspace to pickup */ in arm_spe_send_buffer()
298 /* Notify userspace */ in arm_spe_send_buffer()
/src/sys/contrib/openzfs/config/
H A Duser-largefile.m45 dnl # Ensure off_t is 64-bit for large file support in userspace.
16 *** OpenZFS userspace requires 64-bit off_t support for large files.
/src/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
/src/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

12345678910>>...24