Home
last modified time | relevance | path

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

/external/u-boot/fs/zfs/
Dzfs.c1133 if (type && buf->dn.dn_type != type) { in dnode_get()
1134 printf("incorrect dnode type: %02X != %02x\n", buf->dn.dn_type, type); in dnode_get()
1159 if (type && buf->dn.dn_type != type) { in dnode_get()
1259 if (dnode_path->dn.dn.dn_type != DMU_OT_DIRECTORY_CONTENTS) { in dnode_get_path()
2026 if (data->dnode.dn.dn_type != DMU_OT_PLAIN_FILE_CONTENTS) { in zfs_open()
2177 if (mdn.dn.dn_type == DMU_OT_DSL_DIR) { in fill_fs_info()
2222 info.dir = (dn.dn.dn_type == DMU_OT_DIRECTORY_CONTENTS); in iterate_zap()
2224 (int)dn.dn.dn_type, (char *)name); in iterate_zap()
2238 if (mdn.dn.dn_type != DMU_OT_DSL_DIR) in iterate_zap_fs()
2260 if (mdn.dn.dn_type != DMU_OT_DSL_DATASET) in iterate_zap_snap()
[all …]
/external/u-boot/include/zfs/
Ddnode.h45 uint8_t dn_type; /* dmu_object_type_t */ member