Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A Dhpfs_fn.h106 static inline dnode_secno de_down_pointer (struct hpfs_dirent *de) in de_down_pointer()
114 static inline struct hpfs_dirent *dnode_first_de (struct dnode *dnode) in dnode_first_de()
121 static inline struct hpfs_dirent *dnode_end_de (struct dnode *dnode) in dnode_end_de()
129 static inline struct hpfs_dirent *de_next_de (struct hpfs_dirent *de) in de_next_de()
175 static inline void copy_de(struct hpfs_dirent *dst, struct hpfs_dirent *src) in copy_de()
247 struct hpfs_dirent *hpfs_add_de(struct super_block *, struct dnode *,
250 struct hpfs_dirent *);
251 int hpfs_remove_dirent(struct inode *, dnode_secno, struct hpfs_dirent *, struct quad_buffer_head *…
254 struct hpfs_dirent *map_pos_dirent(struct inode *, loff_t *, struct quad_buffer_head *);
255 struct hpfs_dirent *map_dirent(struct inode *, dnode_secno,
[all …]
H A Dnamei.c29 struct hpfs_dirent *de; in hpfs_mkdir()
36 struct hpfs_dirent dee; in hpfs_mkdir()
141 struct hpfs_dirent dee; in hpfs_create()
227 struct hpfs_dirent dee; in hpfs_mknod()
301 struct hpfs_dirent dee; in hpfs_symlink()
377 struct hpfs_dirent *de; in hpfs_unlink()
428 struct hpfs_dirent *de; in hpfs_rmdir()
514 struct hpfs_dirent *dep, *nde; in hpfs_rename()
515 struct hpfs_dirent de; in hpfs_rename()
H A Dmap.c285 struct hpfs_dirent *de = (struct hpfs_dirent *)((char *)dnode + p); in hpfs_map_dnode()
H A Dhpfs.h303 struct hpfs_dirent { struct
H A Dsuper.c513 struct hpfs_dirent *de = NULL; in hpfs_fill_super()