CHKCOND           108 fs/hpfs/hpfs_fn.h   CHKCOND(de->down,("HPFS: de_down_pointer: !de->down\n"));
CHKCOND           123 fs/hpfs/hpfs_fn.h   CHKCOND(le32_to_cpu(dnode->first_free)>=0x14 && le32_to_cpu(dnode->first_free)<=0xa00,("HPFS: dnode_end_de: dnode->first_free = %x\n",(unsigned)le32_to_cpu(dnode->first_free)));
CHKCOND           131 fs/hpfs/hpfs_fn.h   CHKCOND(le16_to_cpu(de->length)>=0x20 && le16_to_cpu(de->length)<0x800,("HPFS: de_next_de: de->length = %x\n",(unsigned)le16_to_cpu(de->length)));