Home
last modified time | relevance | path

Searched refs:MAXAG (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/fs/jfs/
Djfs_imap.h21 #define MAXAG 128 /* maximum number of allocation groups */ macro
109 struct iagctl_disk in_agctl[MAXAG]; /* 2048: AG control information */
121 struct iagctl in_agctl[MAXAG]; /* AG control information */
131 struct mutex im_aglock[MAXAG]; /* 512: per AG locks */
Djfs_dmap.h26 #define MAXAG 128 /* max number of allocation groups */ macro
204 __le64 dn_agfree[MAXAG];/* 8*MAXAG: per AG free count */
223 s64 dn_agfree[MAXAG]; /* per AG free count */
234 atomic_t db_active[MAXAG]; /* count of active, open files in AG */
Djfs_dmap.c198 if (bmp->db_maxag >= MAXAG || bmp->db_maxag < 0 || in dbMount()
199 bmp->db_agpref >= MAXAG || bmp->db_agpref < 0) { in dbMount()
215 if (((bmp->db_mapsize - 1) >> bmp->db_agl2size) > MAXAG) { in dbMount()
220 for (i = 0; i < MAXAG; i++) in dbMount()
319 for (i = 0; i < MAXAG; i++) in dbSync()
3425 for (; n < MAXAG; n++) in dbExtendFS()
3985 if (nblocks < BPERDMAP * MAXAG) in dbGetL2AGSize()
Djfs_imap.c127 for (index = 0; index < MAXAG; index++) { in diMount()
148 for (index = 0; index < MAXAG; index++) { in diMount()
232 for (index = 0; index < MAXAG; index++) { in diSync()
2182 if (agno >= MAXAG || agno < 0) in diNewExt()
2868 for (i = 0; i < MAXAG; i++) { in diExtendFS()