Searched refs:db_agl2size (Results 1 – 3 of 3) sorted by relevance
134 #define BLKTOAG(b,sbi) ((b) >> ((sbi)->bmap->db_agl2size))140 ((s64)(a) << (JFS_SBI((ip)->i_sb)->bmap->db_agl2size))256 #define db_agl2size db_bmap.dn_agl2size macro
201 bmp->db_agl2size = le32_to_cpu(dbmp_le->dn_agl2size); in dbMount()293 dbmp_le->dn_agl2size = cpu_to_le32(bmp->db_agl2size); in dbSync()728 if (l2nb > bmp->db_agl2size) { in dbAlloc()751 agno = blkno >> bmp->db_agl2size; in dbAlloc()1375 if (l2nb > bmp->db_agl2size) { in dbAllocAG()1385 blkno = (s64) agno << bmp->db_agl2size; in dbAllocAG()2183 agno = blkno >> bmp->db_agl2size; in dbAllocBits()2326 agno = blkno >> bmp->db_agl2size; in dbFreeBits()3240 agno = blkno >> bmp->db_agl2size; in dbAllocDmapBU()3315 oldl2agsize = bmp->db_agl2size; in dbExtendFS()[all …]
2278 hint = ((s64) agno << sbi->bmap->db_agl2size) - 1; in diNewExt()2929 n = agstart >> mp->db_agl2size; in diExtendFS()