Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_discard.c90 start >= bmp->db_mapsize || in jfs_ioc_trim()
96 if (end >= bmp->db_mapsize) in jfs_ioc_trim()
97 end = bmp->db_mapsize - 1; in jfs_ioc_trim()
H A Dresize.c173 if (newFSSize < bmp->db_mapsize) { in jfs_extendfs()
300 mapSize = bmp->db_mapsize; in jfs_extendfs()
488 j_sb->s_size = cpu_to_le64(bmp->db_mapsize << in jfs_extendfs()
H A Djfs_dmap.c179 bmp->db_mapsize = le64_to_cpu(dbmp_le->dn_mapsize); in dbMount()
215 if (((bmp->db_mapsize - 1) >> bmp->db_agl2size) > MAXAG) { in dbMount()
307 dbmp_le->dn_mapsize = cpu_to_le64(bmp->db_mapsize); in dbSync()
368 if (unlikely((blkno == 0) || (blkno + nblocks > bmp->db_mapsize))) { in dbFree()
464 if (blkno + nblocks > bmp->db_mapsize) { in dbUpdatePMap()
748 mapSize = bmp->db_mapsize; in dbAlloc()
779 if (blkno >= bmp->db_mapsize) in dbAlloc()
1013 if (lastblkno < 0 || lastblkno >= bmp->db_mapsize) { in dbExtend()
1027 if (addnblocks > BPERDMAP || extblkno >= bmp->db_mapsize || in dbExtend()
2406 bmp->db_agfree[agno] == (bmp-> db_mapsize & (BPERDMAP - 1)))) { in dbFreeBits()
[all …]
H A Djfs_dmap.h239 #define db_mapsize db_bmap.dn_mapsize macro
H A Dsuper.c128 buf->f_blocks = sbi->bmap->db_mapsize; in jfs_statfs()