Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/fs/zfs/
H A DMakefile8 obj-y := dev.o zfs.o zfs_fletcher.o zfs_sha256.o zfs_lzjb.o
H A Dzfs.c1987 struct zfs_data *zfs; in zfs_fetch_nvlist() local
1990 zfs = zfs_mount(dev); in zfs_fetch_nvlist()
1991 if (!zfs) in zfs_fetch_nvlist()
1993 err = int_zfs_fetch_nvlist(zfs, nvlist); in zfs_fetch_nvlist()
1994 zfs_unmount(zfs); in zfs_fetch_nvlist()
/rk3399_rockchip-uboot/fs/
H A DMakefile24 obj-$(CONFIG_CMD_ZFS) += zfs/
/rk3399_rockchip-uboot/cmd/
H A DMakefile164 obj-$(CONFIG_CMD_ZFS) += zfs.o
H A DKconfig1650 bool "zfs - Access of ZFS filesystem"
1658 See doc/README.zfs for more details.