Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dmap.h213 s32 dn_agheigth; /* 4: height in dmapctl of the AG */ member
241 #define db_agheigth db_bmap.dn_agheigth
Djfs_dmap.c229 bmp->db_agheigth = le32_to_cpu(dbmp_le->dn_agheigth); in dbMount()
331 dbmp_le->dn_agheigth = cpu_to_le32(bmp->db_agheigth); in dbSync()