Home
last modified time | relevance | path

Searched refs:dn_numag (Results 1 – 3 of 3) sorted by relevance

/fs/jfs/
Djfs_dmap.h195 __le32 dn_numag; /* 4: total number of ags */ member
214 int dn_numag; /* total number of ags */ member
247 #define db_numag db_bmap.dn_numag
Djfs_imap.c1325 int nwords, rem, i, agno, dn_numag; in diAlloc() local
1361 dn_numag = JFS_SBI(pip->i_sb)->bmap->db_numag; in diAlloc()
1362 if (agno < 0 || agno > dn_numag) in diAlloc()
Djfs_dmap.c189 bmp->db_numag = le32_to_cpu(dbmp_le->dn_numag); in dbMount()
310 dbmp_le->dn_numag = cpu_to_le32(bmp->db_numag); in dbSync()