Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hpfs/
Ddnode.c14 struct hpfs_dirent *de_end = dnode_end_de(d); in get_pos()
119 de_end = dnode_end_de(d); in dnode_pre_last_de()
129 de_end = dnode_end_de(d); in dnode_last_de()
174 struct hpfs_dirent *de_end = dnode_end_de(d); in hpfs_add_de()
214 struct hpfs_dirent *de_end = dnode_end_de(d); in fix_up_ptrs()
399 de_end = dnode_end_de(d); in hpfs_add_dirent()
572 de_end = dnode_end_de(dnode); in delete_empty_dnode()
780 if ((de = de_next_de(de)) < dnode_end_de(dnode)) goto next_de; in hpfs_count_dnodes()
804 de_end = dnode_end_de(dnode); in map_nth_dirent()
862 if ((d = de_next_de(de)) < dnode_end_de(dnode)) { in map_pos_dirent()
[all …]
Dhpfs_fn.h121 static inline struct hpfs_dirent *dnode_end_de (struct dnode *dnode) in dnode_end_de() function