Searched refs:dnode_end_de (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/hpfs/
H A Ddnode.c15 struct hpfs_dirent *de_end = dnode_end_de(d);
123 de_end = dnode_end_de(d);
133 de_end = dnode_end_de(d);
178 struct hpfs_dirent *de_end = dnode_end_de(d);
218 struct hpfs_dirent *de_end = dnode_end_de(d);
403 de_end = dnode_end_de(d);
575 de_end = dnode_end_de(dnode);
782 if ((de = de_next_de(de)) < dnode_end_de(dnode)) goto next_de;
806 de_end = dnode_end_de(dnode);
864 if ((d = de_next_de(de)) < dnode_end_de(dnod
[all...]
H A Dhpfs_fn.h121 static inline struct hpfs_dirent *dnode_end_de (struct dnode *dnode) function
123 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)));

Completed in 270 milliseconds