Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c1134 if (type && buf->dn.dn_type != type) { in dnode_get()
1135 printf("incorrect dnode type: %02X != %02x\n", buf->dn.dn_type, type); in dnode_get()
1160 if (type && buf->dn.dn_type != type) { in dnode_get()
1260 if (dnode_path->dn.dn.dn_type != DMU_OT_DIRECTORY_CONTENTS) { in dnode_get_path()
2027 if (data->dnode.dn.dn_type != DMU_OT_PLAIN_FILE_CONTENTS) { in zfs_open()
2178 if (mdn.dn.dn_type == DMU_OT_DSL_DIR) { in fill_fs_info()
2223 info.dir = (dn.dn.dn_type == DMU_OT_DIRECTORY_CONTENTS); in iterate_zap()
2225 (int)dn.dn.dn_type, (char *)name); in iterate_zap()
2239 if (mdn.dn.dn_type != DMU_OT_DSL_DIR) in iterate_zap_fs()
2261 if (mdn.dn.dn_type != DMU_OT_DSL_DATASET) in iterate_zap_snap()
[all …]
/OK3568_Linux_fs/u-boot/include/zfs/
H A Ddnode.h46 uint8_t dn_type; /* dmu_object_type_t */ member
/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)