Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jfs/
Djfs_dmap.h214 s32 dn_agwidth; /* 4: width in dmapctl of the AG */ member
240 #define db_agwidth db_bmap.dn_agwidth
Djfs_dmap.c230 bmp->db_agwidth = le32_to_cpu(dbmp_le->dn_agwidth); in dbMount()
332 dbmp_le->dn_agwidth = cpu_to_le32(bmp->db_agwidth); in dbSync()