Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jfs/
Djfs_dmap.h244 #define db_agwidth db_bmap.dn_agwidth macro
Djfs_dmap.c193 bmp->db_agwidth = le32_to_cpu(dbmp_le->dn_agwidth); in dbMount()
301 dbmp_le->dn_agwidth = cpu_to_le32(bmp->db_agwidth); in dbSync()
1385 (1 << (L2LPERCTL - (bmp->db_agheight << 1))) / bmp->db_agwidth; in dbAllocAG()
1386 ti = bmp->db_agstart + bmp->db_agwidth * (agno & (agperlev - 1)); in dbAllocAG()
1394 for (i = 0; i < bmp->db_agwidth; i++, ti++) { in dbAllocAG()
3666 bmp->db_agwidth = 1 << (l2nl - (bmp->db_agheight << 1)); in dbFinalizeBmap()