Home
last modified time | relevance | path

Searched refs:zfs (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/
H A Daaf28a4630af60496c9d33db1d06a7d7d8983422.patch8 …t/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zfs/…
11 …t/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zfs/…
14 …t/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zfs/…
17 …t/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zfs/…
20 …t/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zfs/…
23 …t/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zfs/…
26 …t/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zfs/…
29 …t/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zfs/…
32 …t/b/yoe/master/build/tmp/work/imx8qm_var_som-yoe-linux/zfs/2.1.9-r0/build/../zfs-2.1.9/module/zfs/…
35 Upstream-Status: Pending [https://github.com/BrainSlayer/zfs/commit/aaf28a4630af60496c9d33db1d06a7d…
H A D0001-Define-strndupa-if-it-does-not-exist.patch12 etc/systemd/system-generators/zfs-mount-generator.c | 9 +++++++++
15 diff --git a/etc/systemd/system-generators/zfs-mount-generator.c b/etc/systemd/system-generators/zf…
17 --- a/etc/systemd/system-generators/zfs-mount-generator.c
18 +++ b/etc/systemd/system-generators/zfs-mount-generator.c
H A D0001-fs-tests-cmd-readmmap-Replace-uint_t-with-uint32_t.patch11 tests/zfs-tests/cmd/readmmap.c | 5 +++--
14 diff --git a/tests/zfs-tests/cmd/readmmap.c b/tests/zfs-tests/cmd/readmmap.c
16 --- a/tests/zfs-tests/cmd/readmmap.c
17 +++ b/tests/zfs-tests/cmd/readmmap.c
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/
H A Dzfs_2.2.2.bb5 HOMEPAGE ="https://github.com/openzfs/zfs"
8 SRC_URI = "git://github.com/openzfs/zfs;protocol=https;branch=zfs-2.2-release \
46 # /usr/share/zfs contains the zfs-tests folder which we do not need:
47 rm -rf ${D}${datadir}/zfs
69 ${prefix}/src/zfs-${PV} \
76 # FTBFS on aarch64 with 6.2+ kernel see https://github.com/openzfs/zfs/issues/14555
/openbmc/u-boot/doc/
H A DREADME.zfs3 To Enable zfs ls and load commands, modify the board specific config file with
8 1. After applying the patch, zfs specific commands can be seen
15 2. To list the files in zfs pool, device or partition, execute
/openbmc/u-boot/fs/zfs/
H A DMakefile6 obj-y := dev.o zfs.o zfs_fletcher.o zfs_sha256.o zfs_lzjb.o
H A Dzfs.c1986 struct zfs_data *zfs; in zfs_fetch_nvlist() local
1989 zfs = zfs_mount(dev); in zfs_fetch_nvlist()
1990 if (!zfs) in zfs_fetch_nvlist()
1992 err = int_zfs_fetch_nvlist(zfs, nvlist); in zfs_fetch_nvlist()
1993 zfs_unmount(zfs); in zfs_fetch_nvlist()
/openbmc/u-boot/fs/
H A DMakefile24 obj-$(CONFIG_CMD_ZFS) += zfs/
/openbmc/u-boot/cmd/
H A DMakefile163 obj-$(CONFIG_CMD_ZFS) += zfs.o
H A DKconfig1856 bool "zfs - Access of ZFS filesystem"
1864 See doc/README.zfs for more details.