Home
last modified time | relevance | path

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

/Linux-v5.10/fs/jfs/
Djfs_discard.c87 start >= bmp->db_mapsize || in jfs_ioc_trim()
91 if (end >= bmp->db_mapsize) in jfs_ioc_trim()
92 end = bmp->db_mapsize - 1; in jfs_ioc_trim()
Dresize.c174 if (newFSSize < bmp->db_mapsize) { in jfs_extendfs()
301 mapSize = bmp->db_mapsize; in jfs_extendfs()
489 j_sb->s_size = cpu_to_le64(bmp->db_mapsize << in jfs_extendfs()
Djfs_dmap.c178 bmp->db_mapsize = le64_to_cpu(dbmp_le->dn_mapsize); in dbMount()
270 dbmp_le->dn_mapsize = cpu_to_le64(bmp->db_mapsize); in dbSync()
331 if (unlikely((blkno == 0) || (blkno + nblocks > bmp->db_mapsize))) { in dbFree()
426 if (blkno + nblocks > bmp->db_mapsize) { in dbUpdatePMap()
710 mapSize = bmp->db_mapsize; in dbAlloc()
741 if (blkno >= bmp->db_mapsize) in dbAlloc()
898 if (nblocks <= 0 || nblocks > BPERDMAP || blkno >= bmp->db_mapsize) { in dbAllocExact()
1043 if (lastblkno < 0 || lastblkno >= bmp->db_mapsize) { in dbExtend()
1057 if (addnblocks > BPERDMAP || extblkno >= bmp->db_mapsize || in dbExtend()
2431 bmp->db_agfree[agno] == (bmp-> db_mapsize & (BPERDMAP - 1)))) { in dbFreeBits()
[all …]
Djfs_dmap.h239 #define db_mapsize db_bmap.dn_mapsize macro
Dsuper.c128 buf->f_blocks = sbi->bmap->db_mapsize; in jfs_statfs()