Searched refs:dn_type (Results 1 – 3 of 3) sorted by relevance
1134 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 …]
46 uint8_t dn_type; /* dmu_object_type_t */ member
37 if (dnode_path->dn.dn.dn_type != DMU_OT_DIRECTORY_CONTENTS)