Searched refs:deallocated (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Dnetio.c33 result->deallocated = NULL;
46 if (netio->deallocated) {
48 * If we have deallocated handler list elements, reuse
51 elt = netio->deallocated;
52 netio->deallocated = elt->next;
81 (*elt_ptr)->next = netio->deallocated;
82 netio->deallocated = *elt_ptr;
H A Dnetio.h72 netio_handler_list_type *deallocated; member in struct:netio
147 * instance is cleaned up when the REGION is deallocated.
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_balloc.c106 u_int deallocated; local
315 for (deallocated = 0, blkp = allociblk; blkp < allocblk; blkp++) {
317 deallocated += fs->e2fs_bsize;
345 if (deallocated) {
346 ext2fs_setnblock(ip, ext2fs_nblock(ip) - btodb(deallocated));
/netbsd-current/sys/ufs/ffs/
H A Dffs_balloc.c121 int deallocated, osize, nsize, num, i, error; local
510 for (deallocated = 0, blkp = allociblk; blkp < allocblk; blkp++) {
512 deallocated += fs->fs_bsize;
514 if (deallocated) {
519 (void)chkdq(ip, -btodb(deallocated), cred, FORCE);
521 ip->i_ffs1_blocks -= btodb(deallocated);
539 int deallocated, osize, nsize, num, i, error; local
1030 for (deallocated = 0, blkp = allociblk; blkp < allocblk; blkp++) {
1032 deallocated += fs->fs_bsize;
1034 if (deallocated) {
[all...]

Completed in 186 milliseconds