Home
last modified time | relevance | path

Searched refs:DMU_OT_DIRECTORY_CONTENTS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/include/zfs/
H A Ddmu.h49 DMU_OT_DIRECTORY_CONTENTS, /* ZAP */ enumerator
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0069-zfs-Fix-resource-leaks-while-constructing-path.patch37 if (dnode_path->dn.dn.dn_type != DMU_OT_DIRECTORY_CONTENTS)
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c1260 if (dnode_path->dn.dn.dn_type != DMU_OT_DIRECTORY_CONTENTS) { in dnode_get_path()
2223 info.dir = (dn.dn.dn_type == DMU_OT_DIRECTORY_CONTENTS); in iterate_zap()
2332 if (data->dnode.dn.dn_type != DMU_OT_DIRECTORY_CONTENTS) { in zfs_ls()