Searched refs:dnode_end_de (Results 1 – 2 of 2) sorted by relevance
14 struct hpfs_dirent *de_end = dnode_end_de(d); in get_pos()112 de_end = dnode_end_de(d); in dnode_pre_last_de()122 de_end = dnode_end_de(d); in dnode_last_de()167 struct hpfs_dirent *de_end = dnode_end_de(d); in hpfs_add_de()207 struct hpfs_dirent *de_end = dnode_end_de(d); in fix_up_ptrs()392 de_end = dnode_end_de(d); in hpfs_add_dirent()564 de_end = dnode_end_de(dnode); in delete_empty_dnode()771 if ((de = de_next_de(de)) < dnode_end_de(dnode)) goto next_de; in hpfs_count_dnodes()795 de_end = dnode_end_de(dnode); in map_nth_dirent()853 if ((d = de_next_de(de)) < dnode_end_de(dnode)) { in map_pos_dirent()[all …]
108 static inline struct hpfs_dirent *dnode_end_de (struct dnode *dnode) in dnode_end_de() function