Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_dmap.h214 __le32 dn_agwidth; /* 4: width in dmapctl of the AG */ member
233 int dn_agwidth; /* width in dmapctl of the AG */ member
257 #define db_agwidth db_bmap.dn_agwidth
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()