Searched refs:zfs (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/doc/ |
D | README.zfs | 3 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
|
/external/e2fsprogs/lib/blkid/tests/ |
D | zfs.results | 1 TYPE='zfs'
|
/external/u-boot/fs/zfs/ |
D | Makefile | 6 obj-y := dev.o zfs.o zfs_fletcher.o zfs_sha256.o zfs_lzjb.o
|
D | zfs.c | 1986 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()
|
/external/u-boot/fs/ |
D | Makefile | 25 obj-$(CONFIG_CMD_ZFS) += zfs/
|
/external/bcc/debian/ |
D | changelog | 72 * wakeuptime, offwaketime, argdist, {xfs,zfs,ext4}{slower,dist}, others
|
/external/u-boot/cmd/ |
D | Makefile | 162 obj-$(CONFIG_CMD_ZFS) += zfs.o
|
D | Kconfig | 2043 bool "zfs - Access of ZFS filesystem" 2051 See doc/README.zfs for more details.
|
/external/bcc/docs/ |
D | tutorial.md | 32 1. ext4slower (or btrfs\*, xfs\*, zfs\*) 85 #### 1.3. ext4slower (or btrfs\*, xfs\*, zfs\*)
|