Searched defs:de_next_de (Results 1 - 1 of 1) sorted by relevance

/fs/hpfs/
H A Dhpfs_fn.h123 static inline struct hpfs_dirent *de_next_de (struct hpfs_dirent *de) function
125 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)));

Completed in 51 milliseconds