Lines Matching refs:hpfs_dirent
11 static loff_t get_pos(struct dnode *d, struct hpfs_dirent *fde) in get_pos()
13 struct hpfs_dirent *de; in get_pos()
14 struct hpfs_dirent *de_end = dnode_end_de(d); in get_pos()
109 static struct hpfs_dirent *dnode_pre_last_de(struct dnode *d) in dnode_pre_last_de()
111 struct hpfs_dirent *de, *de_end, *dee = NULL, *deee = NULL; in dnode_pre_last_de()
119 static struct hpfs_dirent *dnode_last_de(struct dnode *d) in dnode_last_de()
121 struct hpfs_dirent *de, *de_end, *dee = NULL; in dnode_last_de()
131 struct hpfs_dirent *de; in set_last_pointer()
162 struct hpfs_dirent *hpfs_add_de(struct super_block *s, struct dnode *d, in hpfs_add_de()
166 struct hpfs_dirent *de; in hpfs_add_de()
167 struct hpfs_dirent *de_end = dnode_end_de(d); in hpfs_add_de()
194 struct hpfs_dirent *de) in hpfs_delete_de()
206 struct hpfs_dirent *de; in fix_up_ptrs()
207 struct hpfs_dirent *de_end = dnode_end_de(d); in fix_up_ptrs()
228 struct hpfs_dirent *new_de, dnode_secno down_ptr) in hpfs_add_to_dnode()
233 struct hpfs_dirent *de; in hpfs_add_to_dnode()
234 struct hpfs_dirent nde; in hpfs_add_to_dnode()
378 struct hpfs_dirent *new_de) in hpfs_add_dirent()
382 struct hpfs_dirent *de, *de_end; in hpfs_add_dirent()
429 struct hpfs_dirent *de, *nde; in move_to_top()
515 struct hpfs_dirent *de; in delete_empty_dnode()
522 struct hpfs_dirent *de_end; in delete_empty_dnode()
593 struct hpfs_dirent *de_next = de_next_de(de); in delete_empty_dnode()
594 struct hpfs_dirent *de_cp; in delete_empty_dnode()
620 struct hpfs_dirent *de_prev = dnode_pre_last_de(dnode); in delete_empty_dnode()
621 struct hpfs_dirent *de_cp; in delete_empty_dnode()
635 struct hpfs_dirent *del = dnode_last_de(d1); in delete_empty_dnode()
699 int hpfs_remove_dirent(struct inode *i, dnode_secno dno, struct hpfs_dirent *de, in hpfs_remove_dirent()
737 struct hpfs_dirent *de; in hpfs_count_dnodes()
785 static struct hpfs_dirent *map_nth_dirent(struct super_block *s, dnode_secno dno, int n, in map_nth_dirent()
789 struct hpfs_dirent *de, *de_end; in map_nth_dirent()
812 struct hpfs_dirent *de; in hpfs_de_as_down_as_possible()
833 struct hpfs_dirent *map_pos_dirent(struct inode *inode, loff_t *posp, in map_pos_dirent()
839 struct hpfs_dirent *de, *d; in map_pos_dirent()
840 struct hpfs_dirent *up_de; in map_pos_dirent()
841 struct hpfs_dirent *end_up_de; in map_pos_dirent()
898 struct hpfs_dirent *map_dirent(struct inode *inode, dnode_secno dno, in map_dirent()
903 struct hpfs_dirent *de; in map_dirent()
904 struct hpfs_dirent *de_end; in map_dirent()
943 struct hpfs_dirent *de; in hpfs_remove_dtree()
987 struct hpfs_dirent *map_fnode_dirent(struct super_block *s, fnode_secno fno, in map_fnode_dirent()
997 struct hpfs_dirent *de, *de_end; in map_fnode_dirent()