Searched refs:adfs_discmap (Results 1 – 2 of 2) sorted by relevance
/linux/fs/adfs/ |
H A D | map.c | 68 static int lookup_zone(const struct adfs_discmap *dm, const unsigned int idlen, in lookup_zone() 115 scan_free_map(struct adfs_sb_info *asb, struct adfs_discmap *dm) in scan_free_map() 163 struct adfs_discmap *dm, *dm_end; in scan_map() 200 struct adfs_discmap *dm; in adfs_map_statfs() 284 static int adfs_checkmap(struct super_block *sb, struct adfs_discmap *dm) in adfs_checkmap() 309 static void adfs_map_layout(struct adfs_discmap *dm, unsigned int nzones, in adfs_map_layout() 334 static int adfs_map_read(struct adfs_discmap *dm, struct super_block *sb, in adfs_map_read() 348 static void adfs_map_relse(struct adfs_discmap *dm, unsigned int nzones) in adfs_map_relse() 356 struct adfs_discmap *adfs_read_map(struct super_block *sb, struct adfs_discrecord *dr) in adfs_read_map() 359 struct adfs_discmap *dm; in adfs_read_map()
|
H A D | adfs.h | 55 struct adfs_discmap; 63 struct adfs_discmap *s_map; /* bh list containing map */ 137 struct adfs_discmap { struct 153 struct adfs_discmap *adfs_read_map(struct super_block *sb, struct adfs_discrecord *dr); argument 221 struct adfs_discrecord *adfs_map_discrecord(struct adfs_discmap *dm) in adfs_map_discrecord()
|