Searched refs:db_mapsize (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/jfs/ |
D | jfs_dmap.c | 221 bmp->db_mapsize = le64_to_cpu(dbmp_le->dn_mapsize); in dbMount() 246 DBINITMAP(bmp->db_mapsize, ipbmap, &bmp->db_DBmap); in dbMount() 323 dbmp_le->dn_mapsize = cpu_to_le64(bmp->db_mapsize); in dbSync() 385 if (unlikely((blkno == 0) || (blkno + nblocks > bmp->db_mapsize))) { in dbFree() 419 DBALLOCCK(bmp->db_DBmap, bmp->db_mapsize, blkno, nb); in dbFree() 428 DBFREE(bmp->db_DBmap, bmp->db_mapsize, blkno, nb); in dbFree() 476 if (blkno + nblocks > bmp->db_mapsize) { in dbUpdatePMap() 773 mapSize = bmp->db_mapsize; in dbAlloc() 789 DBALLOC(bmp->db_DBmap, bmp->db_mapsize, *results, in dbAlloc() 808 if (blkno >= bmp->db_mapsize) in dbAlloc() [all …]
|
D | resize.c | 186 if (newFSSize < bmp->db_mapsize) { in jfs_extendfs() 311 mapSize = bmp->db_mapsize; in jfs_extendfs() 489 j_sb->s_size = cpu_to_le64(bmp->db_mapsize << in jfs_extendfs()
|
D | jfs_dmap.h | 235 #define db_mapsize db_bmap.dn_mapsize macro
|
D | super.c | 126 buf->f_blocks = sbi->bmap->db_mapsize; in jfs_statfs()
|