Searched +full:libblkid +full:- +full:dev (Results 1 – 12 of 12) sorted by relevance
| /src/sys/contrib/openzfs/.github/workflows/ |
| H A D | zfs-tests.yml | 1 name: zfs-tests-sanity 9 runs-on: ubuntu-latest 11 - uses: actions/checkout@v2 14 - name: Install dependencies 16 sudo apt-get update 17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \ 20 nfs-kernel-server samba rng-tools xz-utils \ 21 zlib1g-dev uuid-dev libblkid-dev libselinux-dev \ 22 xfslibs-dev libattr1-dev libacl1-dev libudev-dev libdevmapper-dev \ 23 libssl-dev libffi-dev libaio-dev libelf-dev libmount-dev \ [all …]
|
| /src/sys/contrib/openzfs/.github/workflows/scripts/ |
| H A D | qemu-3-deps-vm.sh | 11 set -eu 16 acl alpine-sdk attr autoconf automake bash build-base clang21 coreutils \ 17 cpio cryptsetup curl curl-dev dhcpcd eudev eudev-dev eudev-libs findutils \ 18 fio gawk gdb gettext-dev git grep jq libaio libaio-dev libcurl \ 19 libtirpc-dev libtool libunwind libunwind-dev linux-headers linux-tools \ 20 linux-virt linux-virt-dev lsscsi m4 make nfs-utils openssl-dev parted \ 21 pax procps py3-cffi py3-distlib py3-packaging py3-setuptools python3 \ 22 python3-dev qemu-guest-agent rng-tools rsync samba samba-server sed \ 23 strace sysstat util-linux util-linux-dev wget words xfsprogs xxhash \ 24 zlib-dev pamtester@testing [all …]
|
| /src/sys/contrib/openzfs/contrib/debian/ |
| H A D | control | 1 Source: openzfs-linux 4 Maintainer: ZFS on Linux specific mailing list <zfs-discuss@list.zfsonlinux.org> 5 Build-Depends: debhelper-compat (= 12), 6 dh-python, 7 dh-sequence-dkms | dkms (>> 2.1.1.2-5), 8 libaio-dev, 9 libblkid-dev, 10 libcurl4-openssl-dev, 11 libelf-dev, 12 libpam0g-dev, [all …]
|
| /src/sys/contrib/openzfs/cmd/zpool/os/linux/ |
| H A D | zpool_vdev_os.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 57 * 2. Check for devices in use. Using libblkid to make sure that no 107 {"ATA C400-MTFDDAC064M", 8192}, 108 {"ATA C400-MTFDDAC128M", 8192}, 109 {"ATA C400-MTFDDAC256M", 8192}, 110 {"ATA C400-MTFDDAC512M", 8192}, 134 {"ATA M4-CT064M4SSD2 ", 8192}, 135 {"ATA M4-CT128M4SSD2 ", 8192}, 136 {"ATA M4-CT256M4SSD2 ", 8192}, [all …]
|
| /src/sys/contrib/openzfs/include/ |
| H A D | libzutil.h | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 66 LPC_SUCCESS = 0, /* no error -- success */ 81 boolean_t scan; /* prefer scanning to libblkid cache */ 117 #define DISK_ROOT "/dev" 118 #define UDISK_ROOT "/dev/disk" 119 #define ZVOL_ROOT "/dev/zvol" 141 * Formats for iostat numbers. Examples: "12K", "30ms", "4B", "2321234", "-". 147 * ZFS_NICENUM_RAWTIME: Same as RAW, but print dashes ('-') for zero. 158 * Convert a number to a human-readable form. [all …]
|
| /src/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs.spec.in | 27 %global _bashcompletiondir /usr/share/bash-completion 49 %global _presetdir %{_prefix}/lib/systemd/system-preset 53 %global _modulesloaddir %{_prefix}/lib/modules-load.d 57 %global _systemdgeneratordir %{_prefix}/lib/systemd/system-generators 90 %define __python_sitelib %(%{__python} -Esc " 102 print(sitedir);" 2>/dev/null || %{__python} -Esc "from distutils import sysconfig; print(sysconfig.… 112 Source0: %{name}-%{version}.tar.gz 113 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 114 Requires: libzpool7%{?_isa} = %{version}-%{release} 115 Requires: libnvpair3%{?_isa} = %{version}-%{release} [all …]
|
| /src/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs.spec.in | 27 %global _bashcompletiondir /usr/share/bash-completion 49 %global _presetdir %{_prefix}/lib/systemd/system-preset 53 %global _modulesloaddir %{_prefix}/lib/modules-load.d 57 %global _systemdgeneratordir %{_prefix}/lib/systemd/system-generators 90 %define __python_sitelib %(%{__python} -Esc " 102 print(sitedir);" 2>/dev/null || %{__python} -Esc "from distutils import sysconfig; print(sysconfig.… 112 Source0: %{name}-%{version}.tar.gz 113 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 114 Requires: libzpool7%{?_isa} = %{version}-%{release} 115 Requires: libnvpair3%{?_isa} = %{version}-%{release} [all …]
|
| /src/sys/contrib/openzfs/lib/libzutil/os/linux/ |
| H A D | zutil_import_os.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 41 * pool guid -> toplevel vdev guid -> label txg 78 #define DEV_BYID_PATH "/dev/disk/by-id/" 84 * hpet - High Precision Event Timer 85 * watchdog[N] - Watchdog must be closed in a special way. 88 should_skip_dev(const char *dev) in should_skip_dev() argument 90 return ((strcmp(dev, "watchdog") == 0) || in should_skip_dev() 91 (strncmp(dev, "watchdog", 8) == 0 && isdigit(dev[8])) || in should_skip_dev() 92 (strcmp(dev, "hpet") == 0)); in should_skip_dev() [all …]
|
| /src/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 57 * 2. Check for devices in use. Using libblkid to make sure that no 98 (void) fprintf(stderr, gettext("use '-f' to override " in vdev_error() 169 ret = -1; in check_file_generic() 267 * /dev/xxx Complete disk path 391 ashift = highbit64(sector_size) - 1; in make_leaf_vdev() 432 if ((strcmp(a->zprl_type, "raidz") == 0 || in is_raidz_mirror() 433 strcmp(a->zprl_type, "draid") == 0) && in is_raidz_mirror() 434 strcmp(b->zprl_type, "mirror") == 0) { in is_raidz_mirror() [all …]
|
| H A D | zpool_main.c | 1 // SPDX-License-Identifier: CDDL-1.0 10 * or https://opensource.org/licenses/CDDL-1.0. 32 * Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 85 static int mount_tp_nthr = 512; /* tpool threads for multi-threaded mounting */ 367 * Given a cb->cb_flags with a histogram bit set, return the iostat_type. 371 #define IOS_HISTO_IDX(a) (highbit64(a & IOS_ANYHISTO_M) - 1) 455 return (gettext("\tadd [-afgLnP] [-o property=value] " in get_usage() 458 return (gettext("\tattach [-fsw] [-o property=value] " in get_usage() 459 "<pool> <vdev> <new-device>\n")); in get_usage() 461 return (gettext("\tclear [--power] <pool> [device]\n")); in get_usage() [all …]
|
| /src/contrib/file/magic/Magdir/ |
| H A D | linux | 2 #------------------------------------------------------------------------------ 13 # >0 leshort 0413 demand-paged executable (ZMAGIC) 14 # >0 leshort 0314 demand-paged executable (QMAGIC) 20 0 lelong 0x0064010b Linux/i386 demand-paged executable (ZMAGIC) 22 0 lelong 0x006400cc Linux/i386 demand-paged executable (QMAGIC) 27 # Linux-8086 stuff: 28 0 string \01\03\020\04 Linux-8086 impure executable 30 0 string \01\03\040\04 Linux-8086 executable 33 0 string \243\206\001\0 Linux-8086 object file 35 0 string \01\03\020\20 Minix-386 impure executable [all …]
|
| /src/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 1 <abi-corpus version='2.0' architecture='elf-amd-x86_64' soname='libzfs.so.7'> 2 <elf-needed> 7 <dependency name='libblkid.so.1'/> 13 <dependency name='ld-linux-x86-64.so.2'/> 14 </elf-needed> 15 <elf-function-symbols> 16 …<elf-symbol name='_sol_getmntent' type='func-type' binding='global-binding' visibility='default-vi… 17 …<elf-symbol name='_system_delay_taskq' type='func-type' binding='global-binding' visibility='defau… 18 …<elf-symbol name='_system_taskq' type='func-type' binding='global-binding' visibility='default-vis… 19 …<elf-symbol name='atomic_add_16' type='func-type' binding='global-binding' visibility='default-vis… [all …]
|