Lines Matching full:aggregate
45 #define MAXMAPSIZE MAXL2SIZE /* maximum aggregate map size */
113 * convert aggregate map size to the zero origin dmapctl level of the
189 * on-disk aggregate disk allocation map descriptor.
192 __le64 dn_mapsize; /* 8: number of blocks in aggregate */
193 __le64 dn_nfree; /* 8: num free blks in aggregate map */
211 s64 dn_mapsize; /* number of blocks in aggregate */
212 s64 dn_nfree; /* num free blks in aggregate map */
228 * in-memory aggregate disk allocation map descriptor.
231 struct dbmap db_bmap; /* on-disk aggregate map descriptor */
232 struct inode *db_ipbmap; /* ptr to aggregate map incore inode */
233 struct mutex db_bmaplock; /* aggregate map lock */
238 /* macros for accessing fields within in-memory aggregate map descriptor */