Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.h257 #define db_agwidth db_bmap.dn_agwidth macro
Djfs_dmap.c212 bmp->db_agwidth = le32_to_cpu(dbmp_le->dn_agwidth); in dbMount()
322 dbmp_le->dn_agwidth = cpu_to_le32(bmp->db_agwidth); in dbSync()
1474 (1 << (L2LPERCTL - (bmp->db_agheight << 1))) / bmp->db_agwidth; in dbAllocAG()
1475 ti = bmp->db_agstart + bmp->db_agwidth * (agno & (agperlev - 1)); in dbAllocAG()
1483 for (i = 0; i < bmp->db_agwidth; i++, ti++) { in dbAllocAG()
3754 bmp->db_agwidth = 1 << (l2nl - (bmp->db_agheight << 1)); in dbFinalizeBmap()