Searched refs:db_ipbmap (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_dmap.c | 218 bmp->db_ipbmap = ipbmap; in dbMount() 479 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, in dbUpdatePMap() 1080 jfs_error(bmp->db_ipbmap->i_sb, "Corrupt dmap page\n"); in dbAllocNext() 1210 jfs_error(bmp->db_ipbmap->i_sb, "Corrupt dmap page\n"); in dbAllocNear() 1324 jfs_error(bmp->db_ipbmap->i_sb, in dbAllocAG() 1359 jfs_error(bmp->db_ipbmap->i_sb, in dbAllocAG() 1369 mp = read_metapage(bmp->db_ipbmap, lblkno, PSIZE, 0); in dbAllocAG() 1376 jfs_error(bmp->db_ipbmap->i_sb, "Corrupt dmapctl page\n"); in dbAllocAG() 1393 jfs_error(bmp->db_ipbmap->i_sb, "Corrupt dmapctl page\n"); in dbAllocAG() 1422 jfs_error(bmp->db_ipbmap->i_sb, in dbAllocAG() [all …]
|
| H A D | jfs_dmap.h | 232 struct inode *db_ipbmap; /* ptr to aggregate map incore inode */ member
|