Searched refs:db_agsize (Results 1 – 4 of 4) sorted by relevance
316 old_agsize = bmp->db_agsize; /* We need to know if this changes */ in jfs_extendfs()338 agsizechanged |= (bmp->db_agsize != old_agsize); in jfs_extendfs()503 j_sb->s_agsize = cpu_to_le32(bmp->db_agsize); in jfs_extendfs()
99 if (minlen > bmp->db_agsize || in jfs_ioc_trim()
228 bmp->db_agsize = le64_to_cpu(dbmp_le->dn_agsize); in dbMount()327 dbmp_le->dn_agsize = cpu_to_le64(bmp->db_agsize); in dbSync()794 if ((blkno & (bmp->db_agsize - 1)) == 0) in dbAlloc()1102 (extblkno & (bmp->db_agsize - 1)) == 0) { in dbExtend()1436 if (bmp->db_agsize == BPERDMAP in dbAllocAG()1437 || bmp->db_agfree[agno] == bmp->db_agsize) { in dbAllocAG()1440 (bmp->db_agfree[agno] == bmp->db_agsize)) { in dbAllocAG()2476 if ((bmp->db_agfree[agno] == bmp->db_agsize && agno == bmp->db_maxag) || in dbFreeBits()2482 bmp->db_agsize) in dbFreeBits()3454 bmp->db_agsize = 1 << l2agsize; in dbExtendFS()[all …]
255 #define db_agsize db_bmap.dn_agsize macro