Home
last modified time | relevance | path

Searched refs:hpfs_dirent (Results 1 – 8 of 8) sorted by relevance

/fs/hpfs/
Dhpfs_fn.h114 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…
[all …]
Ddnode.c11 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()
161 struct hpfs_dirent *hpfs_add_de(struct super_block *s, struct dnode *d, unsigned char *name, in hpfs_add_de()
164 struct hpfs_dirent *de; in hpfs_add_de()
[all …]
Dnamei.c17 struct hpfs_dirent *de; in hpfs_mkdir()
24 struct hpfs_dirent dee; in hpfs_mkdir()
130 struct hpfs_dirent dee; in hpfs_create()
219 struct hpfs_dirent dee; in hpfs_mknod()
297 struct hpfs_dirent dee; in hpfs_symlink()
374 struct hpfs_dirent *de; in hpfs_unlink()
456 struct hpfs_dirent *de; in hpfs_rmdir()
555 struct hpfs_dirent *dep, *nde; in hpfs_rename()
556 struct hpfs_dirent de; in hpfs_rename()
Ddir.c58 struct hpfs_dirent *de; in hpfs_readdir()
192 struct hpfs_dirent *de; in hpfs_lookup()
Dmap.c235 struct hpfs_dirent *de = (struct hpfs_dirent *)((char *)dnode + p); in hpfs_map_dnode()
Dhpfs.h271 struct hpfs_dirent { struct
Dinode.c218 struct hpfs_dirent *de; in hpfs_write_inode_nolock()
Dsuper.c461 struct hpfs_dirent *de = NULL; in hpfs_fill_super()