Home
last modified time | relevance | path

Searched refs:volume (Results 1 – 25 of 80) sorted by relevance

1234

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/
H A Dzvol_misc_004_pos.ksh77 typeset volume=$1
79 log_must zfs snapshot $volume@snap0
80 log_must zfs snapshot $volume@snap1
81 log_must datasetexists $volume@snap0 $volume@snap1
83 log_must zfs destroy $volume@snap1
84 log_must zfs snapshot $volume@snap1
86 log_mustnot zfs rollback -r $volume@snap0
87 log_must datasetexists $volume@snap0
89 log_must zfs destroy -r $volume@snap0
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/
H A Dzvol_common.shlib35 # Create a simple zvol volume
81 typeset volume=$1
83 if [[ -z $volume ]] ; then
84 log_note "No volume specified."
88 log_must zfs set volsize=64m $volume
96 log_must zfs set volsize=${output}m $volume
111 typeset volume=${device#${ZVOL_DEVDIR}/}
112 set_dumpsize $volume
125 typeset volume=$1
127 if [[ -z $volume ]] ; then
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapused/
H A Dsnapused.kshlib58 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
69 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
123 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
149 for child in $(zfs list -rH -t filesystem,volume -o name $dataset)
160 for child in $(zfs list -rH -t filesystem,volume,snapshot -o name $dataset)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_create/
H A Dzfs_create.cfg48 # a volume that great than 1TB on 32-bit
49 # - volume size exceeds limit for this system. (happy gate)
50 # - max volume size is 1TB on 32-bit systems (s10u2)
55 export VOL_LIMIT_KEYWORD3="volume size exceeds limit"
61 # If a datasize has a volume size that is not a multiple of the blocksize,
63 # The volume with the exact size must exist in the "size" array above
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation.shlib110 # This function compute the largest volume size which is multiple of volume
113 # $1 The largest expected volume size.
114 # $2 The volume block size
135 # Its purpose is to reserve additional space for volume metadata so volumes
138 # Note: This function can be used to do an estimate for a volume that has not
139 # yet been created. In this case, $vol is not a volume, but rather a pool in
140 # which a volume is going to be created. In this case, use default properties.
181 # or take some slop) -V value that can be used to create a volume in that pool.
182 # This is necessary because during volume creation, a reservation is created
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/largest_pool/
H A Dlargest_pool.cfg36 # a volume that great than 1TB on 32-bit
37 # - volume size exceeds limit for this system. (happy gate)
38 # - max volume size is 1TB on 32-bit systems (s10u2)
43 export VOL_LIMIT_KEYWORD3="volume size exceeds limit"
/f-stack/freebsd/contrib/openzfs/etc/systemd/system/
H A Dzfs-volumes.target.in3 After=zfs-volume-wait.service
4 Requires=zfs-volume-wait.service
H A D50-zfs.preset.in8 enable zfs-volume-wait.service
H A DMakefile.am12 zfs-volume-wait.service \
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c125 uint32_t dest, volume; member
371 bcm2835_audio_update_controls(struct bcm2835_audio_info *sc, uint32_t volume, uint32_t dest) in bcm2835_audio_update_controls() argument
379 if (volume > 99) in bcm2835_audio_update_controls()
380 volume = 99; in bcm2835_audio_update_controls()
381 db = db_levels[volume/5]; in bcm2835_audio_update_controls()
382 m.u.control.volume = VCHIQ_AUDIO_VOLUME(db); in bcm2835_audio_update_controls()
476 uint32_t volume, dest; in bcm2835_audio_worker() local
506 volume = sc->volume; in bcm2835_audio_worker()
511 bcm2835_audio_update_controls(sc, volume, dest); in bcm2835_audio_worker()
752 sc->volume = left; in bcmmix_set()
[all …]
H A Dvc_vchi_audioserv_defs.h85 uint32_t volume; member
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Drt5663.txt31 minimum, impedance maximun, volume, DC offset w/o and w/ mic of each L and
36 detected impedance value is in the range, then the volume value of the
37 third column will be set to codec. In our codec design, each volume value
H A Dst,sta350.txt90 If present, a mute output will be activated in ase the volume will
102 - st,powerdown-master-volume:
104 act on the master volume. Otherwise, the functions will act on the
H A Dcs35l36.txt114 amount delay between consecutive volume attenuation steps when a brownout
119 digital volume or analog gain modes.
129 between consecutive volume attenuation release steps when a brownout condition
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/
H A Dnopwrite.shlib38 # If we are dealing with a volume, deduct the refreserv from the used
43 if [[ "$(get_prop type $origin)" = "volume" ]]; then
/f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/
H A Dzfs60 $__ZFS_CMD list -H -o name -s name -t filesystem,volume "$@"
120 $__ZFS_CMD list -H -o name -s name -t filesystem,volume
121 … if [[ $cur != "" ]] && $__ZFS_CMD list -H -o name -s name -t filesystem,volume $cur &> /dev/null
153 $__ZFS_CMD list -H -o name -s name -t volume
284 __zfs_complete_multiple_options "filesystem volume snapshot bookmark all" "$cur"
317 __zfs_complete_multiple_options "filesystem volume snapshot bookmark all" "$cur"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_004_pos.ksh147 ds=`zfs list -H -r -o name -t filesystem,volume $pool`
186 volume )
/f-stack/freebsd/contrib/device-tree/src/arm64/mediatek/
H A Dpumpkin-common.dtsi32 volume-up {
40 volume-down {
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx53-ard.dts85 volume-up {
91 volume-down {
/f-stack/freebsd/contrib/openzfs/cmd/zvol_wait/
H A Dzvol_wait28 zfs list -t volume -H -o \
/f-stack/freebsd/amd64/conf/
H A DGENERIC-MMCCAM9 # Access GPT-formatted and labeled root volume
/f-stack/freebsd/sys/disk/
H A Dvtoc.h72 char volume[VTOC_VOLUME_LEN]; member
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-longcheer-l8150.dts103 volume-up {
114 volume-down {
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3308-evb.dts60 label = "volume down";
66 label = "volume up";
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dro_props_001_pos.ksh48 set -A values filesystem volume snapshot -3 0 1 50K 10G 80G \

1234