Lines Matching refs:hpfs_dirent
114 static inline dnode_secno de_down_pointer (struct hpfs_dirent *de) in de_down_pointer()
122 static inline struct hpfs_dirent *dnode_first_de (struct dnode *dnode) in dnode_first_de()
129 static inline struct hpfs_dirent *dnode_end_de (struct dnode *dnode) in dnode_end_de()
137 static inline struct hpfs_dirent *de_next_de (struct hpfs_dirent *de) in de_next_de()
178 static inline void copy_de(struct hpfs_dirent *dst, struct hpfs_dirent *src) in copy_de()
248 struct hpfs_dirent *hpfs_add_de(struct super_block *, struct dnode *, unsigned char *, unsigned, se…
249 int hpfs_add_dirent(struct inode *, unsigned char *, unsigned, struct hpfs_dirent *, int);
250 int hpfs_remove_dirent(struct inode *, dnode_secno, struct hpfs_dirent *, struct quad_buffer_head *…
253 struct hpfs_dirent *map_pos_dirent(struct inode *, loff_t *, struct quad_buffer_head *);
254 struct hpfs_dirent *map_dirent(struct inode *, dnode_secno, char *, unsigned, dnode_secno *, struct…
256 struct hpfs_dirent *map_fnode_dirent(struct super_block *, fnode_secno, struct fnode *, struct quad…