Searched refs:dnode (Results 1 – 7 of 7) sorted by relevance
| /fs/hpfs/ |
| A D | dnode.c | 223 struct dnode *dd; in fix_up_ptrs() 392 struct dnode *d; in hpfs_add_dirent() 437 struct dnode *dnode; in move_to_top() local 522 struct dnode *dnode; in delete_empty_dnode() local 714 struct dnode *dnode = qbh->data; in hpfs_remove_dirent() local 746 struct dnode *dnode; in hpfs_count_dnodes() local 801 struct dnode *dnode; in map_nth_dirent() local 853 struct dnode *dnode; in map_pos_dirent() local 913 struct dnode *dnode; in map_dirent() local 953 struct dnode *dnode; in hpfs_remove_dtree() local [all …]
|
| A D | map.c | 256 struct dnode *hpfs_map_dnode(struct super_block *s, unsigned secno, in hpfs_map_dnode() 259 struct dnode *dnode; in hpfs_map_dnode() local 267 if ((dnode = hpfs_map_4sectors(s, secno, qbh, DNODE_RD_AHEAD))) in hpfs_map_dnode() 270 unsigned char *d = (unsigned char *)dnode; in hpfs_map_dnode() 272 if (le32_to_cpu(dnode->magic) != DNODE_MAGIC) { in hpfs_map_dnode() 276 if (le32_to_cpu(dnode->self) != secno) in hpfs_map_dnode() 280 if (le32_to_cpu(dnode->first_free) > 2048) { in hpfs_map_dnode() 284 for (p = 20; p < le32_to_cpu(dnode->first_free); p += d[p] + (d[p+1] << 8)) { in hpfs_map_dnode() 285 struct hpfs_dirent *de = (struct hpfs_dirent *)((char *)dnode + p); in hpfs_map_dnode() 304 if (p != le32_to_cpu(dnode->first_free)) { in hpfs_map_dnode() [all …]
|
| A D | hpfs_fn.h | 114 static inline struct hpfs_dirent *dnode_first_de (struct dnode *dnode) in dnode_first_de() argument 116 return (void *) dnode->dirent; in dnode_first_de() 121 static inline struct hpfs_dirent *dnode_end_de (struct dnode *dnode) in dnode_end_de() argument 123 …o_cpu(dnode->first_free)>=0x14 && le32_to_cpu(dnode->first_free)<=0xa00,("HPFS: dnode_end_de: dnod… in dnode_end_de() 124 return (void *) dnode + le32_to_cpu(dnode->first_free); in dnode_end_de() 206 struct dnode *hpfs_alloc_dnode(struct super_block *, secno, dnode_secno *, struct quad_buffer_head … 247 struct hpfs_dirent *hpfs_add_de(struct super_block *, struct dnode *, 297 struct dnode *hpfs_map_dnode(struct super_block *s, dnode_secno, struct quad_buffer_head *);
|
| A D | namei.c | 31 struct dnode *dnode; in hpfs_mkdir() local 44 dnode = hpfs_alloc_dnode(dir->i_sb, fno, &dno, &qbh0); in hpfs_mkdir() 45 if (!dnode) in hpfs_mkdir() 89 dnode->root_dnode = 1; in hpfs_mkdir() 90 dnode->up = cpu_to_le32(fno); in hpfs_mkdir() 91 de = hpfs_add_de(dir->i_sb, dnode, "\001\001", 2, 0); in hpfs_mkdir()
|
| A D | Makefile | 8 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
|
| A D | alloc.c | 428 struct dnode *hpfs_alloc_dnode(struct super_block *s, secno near, in hpfs_alloc_dnode() 431 struct dnode *d; in hpfs_alloc_dnode()
|
| A D | hpfs.h | 281 struct dnode { struct
|
Completed in 697 milliseconds