Home
last modified time | relevance | path

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

/fs/jfs/
Dresize.c186 if (newFSSize < bmp->db_mapsize) { in jfs_extendfs()
313 mapSize = bmp->db_mapsize; in jfs_extendfs()
495 j_sb->s_size = cpu_to_le64(bmp->db_mapsize << in jfs_extendfs()
Djfs_dmap.c191 bmp->db_mapsize = le64_to_cpu(dbmp_le->dn_mapsize); in dbMount()
283 dbmp_le->dn_mapsize = cpu_to_le64(bmp->db_mapsize); in dbSync()
344 if (unlikely((blkno == 0) || (blkno + nblocks > bmp->db_mapsize))) { in dbFree()
433 if (blkno + nblocks > bmp->db_mapsize) { in dbUpdatePMap()
718 mapSize = bmp->db_mapsize; in dbAlloc()
749 if (blkno >= bmp->db_mapsize) in dbAlloc()
906 if (nblocks <= 0 || nblocks > BPERDMAP || blkno >= bmp->db_mapsize) { in dbAllocExact()
1051 if (lastblkno < 0 || lastblkno >= bmp->db_mapsize) { in dbExtend()
1066 if (addnblocks > BPERDMAP || extblkno >= bmp->db_mapsize || in dbExtend()
2338 bmp->db_agfree[agno] == (bmp-> db_mapsize & (BPERDMAP - 1)))) { in dbFreeBits()
[all …]
Djfs_dmap.h252 #define db_mapsize db_bmap.dn_mapsize macro
Dsuper.c150 buf->f_blocks = sbi->bmap->db_mapsize; in jfs_statfs()