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()
103 static struct hpfs_dirent *dnode_pre_last_de(struct dnode *d) in dnode_pre_last_de()
105 struct hpfs_dirent *de, *de_end, *dee = NULL, *deee = NULL; in dnode_pre_last_de()
113 static struct hpfs_dirent *dnode_last_de(struct dnode *d) in dnode_last_de()
115 struct hpfs_dirent *de, *de_end, *dee = NULL; in dnode_last_de()
125 struct hpfs_dirent *de; in set_last_pointer()
155 struct hpfs_dirent *hpfs_add_de(struct super_block *s, struct dnode *d, unsigned char *name, in hpfs_add_de()
158 struct hpfs_dirent *de; in hpfs_add_de()
159 struct hpfs_dirent *de_end = dnode_end_de(d); in hpfs_add_de()
186 void hpfs_delete_de(struct super_block *s, struct dnode *d, struct hpfs_dirent *de) in hpfs_delete_de()
198 struct hpfs_dirent *de; in fix_up_ptrs()
199 struct hpfs_dirent *de_end = dnode_end_de(d); in fix_up_ptrs()
219 struct hpfs_dirent *new_de, dnode_secno down_ptr) in hpfs_add_to_dnode()
224 struct hpfs_dirent *de; in hpfs_add_to_dnode()
225 struct hpfs_dirent nde; in hpfs_add_to_dnode()
364 struct hpfs_dirent *new_de, int cdepth) in hpfs_add_dirent()
367 struct hpfs_dirent *de, *de_end; in hpfs_add_dirent()
416 struct hpfs_dirent *de, *nde; in move_to_top()
501 struct hpfs_dirent *de; in delete_empty_dnode()
508 struct hpfs_dirent *de_end; in delete_empty_dnode()
576 struct hpfs_dirent *de_next = de_next_de(de); in delete_empty_dnode()
577 struct hpfs_dirent *de_cp; in delete_empty_dnode()
603 struct hpfs_dirent *de_prev = dnode_pre_last_de(dnode); in delete_empty_dnode()
604 struct hpfs_dirent *de_cp; in delete_empty_dnode()
618 struct hpfs_dirent *del = dnode_last_de(d1); in delete_empty_dnode()
682 int hpfs_remove_dirent(struct inode *i, dnode_secno dno, struct hpfs_dirent *de, in hpfs_remove_dirent()
726 struct hpfs_dirent *de; in hpfs_count_dnodes()
774 static struct hpfs_dirent *map_nth_dirent(struct super_block *s, dnode_secno dno, int n, in map_nth_dirent()
778 struct hpfs_dirent *de, *de_end; in map_nth_dirent()
801 struct hpfs_dirent *de; in hpfs_de_as_down_as_possible()
822 struct hpfs_dirent *map_pos_dirent(struct inode *inode, loff_t *posp, in map_pos_dirent()
828 struct hpfs_dirent *de, *d; in map_pos_dirent()
829 struct hpfs_dirent *up_de; in map_pos_dirent()
830 struct hpfs_dirent *end_up_de; in map_pos_dirent()
885 struct hpfs_dirent *map_dirent(struct inode *inode, dnode_secno dno, char *name, unsigned len, in map_dirent()
889 struct hpfs_dirent *de; in map_dirent()
890 struct hpfs_dirent *de_end; in map_dirent()
929 struct hpfs_dirent *de; in hpfs_remove_dtree()
973 struct hpfs_dirent *map_fnode_dirent(struct super_block *s, fnode_secno fno, in map_fnode_dirent()
983 struct hpfs_dirent *de, *de_end; in map_fnode_dirent()