Searched refs:zfs (Results 1 – 6 of 6) sorted by relevance
3 To Enable zfs ls and load commands, modify the board specific config file with8 1. After applying the patch, zfs specific commands can be seen15 2. To list the files in zfs pool, device or partition, execute
8 obj-y := dev.o zfs.o zfs_fletcher.o zfs_sha256.o zfs_lzjb.o
1987 struct zfs_data *zfs; in zfs_fetch_nvlist() local1990 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()
24 obj-$(CONFIG_CMD_ZFS) += zfs/
164 obj-$(CONFIG_CMD_ZFS) += zfs.o
1650 bool "zfs - Access of ZFS filesystem"1658 See doc/README.zfs for more details.