Searched refs:db_agwidth (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/jfs/
H A Djfs_dmap.h244 #define db_agwidth db_bmap.dn_agwidth macro
H A Djfs_dmap.c206 bmp->db_agwidth = le32_to_cpu(dbmp_le->dn_agwidth);
316 dbmp_le->dn_agwidth = cpu_to_le32(bmp->db_agwidth);
1400 (1 << (L2LPERCTL - (bmp->db_agheight << 1))) / bmp->db_agwidth;
1401 ti = bmp->db_agstart + bmp->db_agwidth * (agno & (agperlev - 1));
1409 for (i = 0; i < bmp->db_agwidth; i++, ti++) {
3695 bmp->db_agwidth = 1 << (l2nl - (bmp->db_agheight << 1));

Completed in 117 milliseconds