Searched refs:dnode_end_de (Results 1 – 2 of 2) sorted by relevance
15 struct hpfs_dirent *de_end = dnode_end_de(d); in get_pos()123 de_end = dnode_end_de(d); in dnode_pre_last_de()133 de_end = dnode_end_de(d); in dnode_last_de()178 struct hpfs_dirent *de_end = dnode_end_de(d); in hpfs_add_de()218 struct hpfs_dirent *de_end = dnode_end_de(d); in fix_up_ptrs()403 de_end = dnode_end_de(d); in hpfs_add_dirent()575 de_end = dnode_end_de(dnode); in delete_empty_dnode()782 if ((de = de_next_de(de)) < dnode_end_de(dnode)) goto next_de; in hpfs_count_dnodes()806 de_end = dnode_end_de(dnode); in map_nth_dirent()864 if ((d = de_next_de(de)) < dnode_end_de(dnode)) { in map_pos_dirent()[all …]
121 static inline struct hpfs_dirent *dnode_end_de (struct dnode *dnode) in dnode_end_de() function