Home
last modified time | relevance | path

Searched refs:db_agsize (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/jfs/
Dresize.c314 old_agsize = bmp->db_agsize; /* We need to know if this changes */ in jfs_extendfs()
433 if (bmp->db_agsize != old_agsize) { in jfs_extendfs()
491 j_sb->s_agsize = cpu_to_le32(bmp->db_agsize); in jfs_extendfs()
Djfs_dmap.c235 bmp->db_agsize = le64_to_cpu(dbmp_le->dn_agsize); in dbMount()
337 dbmp_le->dn_agsize = cpu_to_le64(bmp->db_agsize); in dbSync()
817 if ((blkno & (bmp->db_agsize - 1)) == 0) in dbAlloc()
1142 (extblkno & (bmp->db_agsize - 1)) == 0) { in dbExtend()
1483 if (bmp->db_agsize == BPERDMAP in dbAllocAG()
1484 || bmp->db_agfree[agno] == bmp->db_agsize) { in dbAllocAG()
1487 (bmp->db_agfree[agno] == bmp->db_agsize)) { in dbAllocAG()
2409 if ((bmp->db_agfree[agno] == bmp->db_agsize && agno == bmp->db_maxag) || in dbFreeBits()
2415 bmp->db_agsize) in dbFreeBits()
3379 bmp->db_agsize = 1 << l2agsize; in dbExtendFS()
[all …]
Djfs_dmap.h238 #define db_agsize db_bmap.dn_agsize macro