Searched refs:nallocs (Results 1 – 3 of 3) sorted by relevance
33 int nallocs;/* number of extents alloc'd */ member
4141 bma->nallocs++; in xfs_bmapi_allocate()4469 if (bno >= end || n >= *nmap || bma.nallocs >= *nmap) in xfs_bmapi_write()
957 - res->subchunks = grub_malloc (sizeof (res->subchunks[0]) * nallocs);958 + res->subchunks = grub_calloc (nallocs, sizeof (res->subchunks[0]));961 res->nsubchunks = nallocs;