Searched refs:hpfs_dirent (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/hpfs/ |
H A D | dnode.c | 14 struct hpfs_dirent *de; in get_pos() 142 struct hpfs_dirent *de; in set_last_pointer() 177 struct hpfs_dirent *de; in hpfs_add_de() 217 struct hpfs_dirent *de; in fix_up_ptrs() 244 struct hpfs_dirent *de; in hpfs_add_to_dnode() 245 struct hpfs_dirent nde; in hpfs_add_to_dnode() 525 struct hpfs_dirent *de; in delete_empty_dnode() 748 struct hpfs_dirent *de; in hpfs_count_dnodes() 823 struct hpfs_dirent *de; in hpfs_de_as_down_as_possible() 914 struct hpfs_dirent *de; in map_dirent() [all …]
|
H A D | hpfs_fn.h | 106 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 D | namei.c | 29 struct hpfs_dirent *de; in hpfs_mkdir() 36 struct hpfs_dirent dee; in hpfs_mkdir() 139 struct hpfs_dirent dee; in hpfs_create() 224 struct hpfs_dirent dee; in hpfs_mknod() 297 struct hpfs_dirent dee; in hpfs_symlink() 371 struct hpfs_dirent *de; in hpfs_unlink() 422 struct hpfs_dirent *de; in hpfs_rmdir() 517 struct hpfs_dirent *dep, *nde; in hpfs_rename() 518 struct hpfs_dirent de; in hpfs_rename()
|
H A D | dir.c | 70 struct hpfs_dirent *de; in hpfs_readdir() 207 struct hpfs_dirent *de; in hpfs_lookup()
|
H A D | map.c | 285 struct hpfs_dirent *de = (struct hpfs_dirent *)((char *)dnode + p); in hpfs_map_dnode()
|
H A D | hpfs.h | 303 struct hpfs_dirent { struct
|
H A D | inode.c | 215 struct hpfs_dirent *de; in hpfs_write_inode_nolock()
|
H A D | super.c | 552 struct hpfs_dirent *de = NULL; in hpfs_fill_super()
|