Home
last modified time | relevance | path

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

/openbmc/linux/fs/jfs/
H A Djfs_dmap.h200 __le32 dn_agheight; /* 4: height in dmapctl of the AG */ member
219 int dn_agheight; /* height in dmapctl of the AG */ member
245 #define db_agheight db_bmap.dn_agheight
H A Djfs_dmap.c205 bmp->db_agheight = le32_to_cpu(dbmp_le->dn_agheight); in dbMount()
315 dbmp_le->dn_agheight = cpu_to_le32(bmp->db_agheight); in dbSync()