Searched refs:MAXAG (Results 1 – 4 of 4) sorted by relevance
34 #define MAXAG 128 /* maximum number of allocation groups */ macro122 struct iagctl_disk in_agctl[MAXAG]; /* 2048: AG control information */134 struct iagctl in_agctl[MAXAG]; /* AG control information */144 struct mutex im_aglock[MAXAG]; /* 512: per AG locks */
39 #define MAXAG 128 /* max number of allocation groups */ macro217 __le64 dn_agfree[MAXAG];/* 8*MAXAG: per AG free count */236 s64 dn_agfree[MAXAG]; /* per AG free count */247 atomic_t db_active[MAXAG]; /* count of active, open files in AG */
142 for (index = 0; index < MAXAG; index++) { in diMount()163 for (index = 0; index < MAXAG; index++) { in diMount()246 for (index = 0; index < MAXAG; index++) { in diSync()2883 for (i = 0; i < MAXAG; i++) { in diExtendFS()
203 for (i = 0; i < MAXAG; i++) in dbMount()295 for (i = 0; i < MAXAG; i++) in dbSync()3450 for (; n < MAXAG; n++) in dbExtendFS()4010 if (nblocks < BPERDMAP * MAXAG) in dbGetL2AGSize()