Home
last modified time | relevance | path

Searched refs:db_mapsize (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Djfs_dmap.c221 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 …]
Dresize.c186 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()
Djfs_dmap.h235 #define db_mapsize db_bmap.dn_mapsize macro
Dsuper.c126 buf->f_blocks = sbi->bmap->db_mapsize; in jfs_statfs()