| /src/sys/ufs/lfs/ |
| ulfs_quota1.c | 66 struct dquot *dq; local 76 if ((dq = ip->i_dquot[i]) == NODQUOT) 78 mutex_enter(&dq->dq_interlock); 79 ncurblocks = dq->dq_curblocks + change; 81 dq->dq_curblocks = ncurblocks; 83 dq->dq_curblocks = 0; 84 dq->dq_flags &= ~DQ_WARN(QL_BLOCK); 85 dq->dq_flags |= DQ_MOD; 86 mutex_exit(&dq->dq_interlock); 91 if ((dq = ip->i_dquot[i]) == NODQUOT 122 struct dquot *dq = ip->i_dquot[type]; local 174 struct dquot *dq; local 229 struct dquot *dq = ip->i_dquot[type]; local 312 struct dquot *dq; local 415 struct dquot *dq; local 477 struct dquot *dq; local 537 struct dquot *dq; local 743 struct dquot *dq; local [all...] |
| ulfs_quota2.c | 293 quota2_q2ealloc(struct ulfsmount *ump, int type, uid_t uid, struct dquot *dq) 304 KASSERT(mutex_owned(&dq->dq_interlock)); 339 dq->dq2_lblkno = (offset >> ump->um_mountp->mnt_fs_bshift); 340 dq->dq2_blkoff = (offset & ump->umq2_bmask); 341 if (dq->dq2_lblkno == 0) { 343 q2e = (void *)((char *)bp->b_data + dq->dq2_blkoff); 345 error = getq2e(ump, type, dq->dq2_lblkno, 346 dq->dq2_blkoff, &bp, &q2e, B_MODIFY); 374 struct dquot *dq; local 386 dq = ip->i_dquot[i] 445 struct dquot *dq; local 582 struct dquot *dq; local 653 struct dquot *dq; member in struct:dq2clear_callback 687 struct dquot *dq; local 794 struct dquot *dq; local 830 struct dquot *dq; local 1501 struct dquot *dq; member in struct:dq2get_callback [all...] |
| ulfs_quota.c | 716 struct dquot *dq; local 729 while ((dq = LIST_FIRST(&oldhash[i])) != NULL) { 730 dqvp = dq->dq_ump->um_quotas[dq->dq_type]; 731 LIST_REMOVE(dq, dq_hash); 732 hashval = DQHASH(dqvp, dq->dq_id); 733 LIST_INSERT_HEAD(&dqhashtbl[hashval], dq, dq_hash); 810 struct dquot *dq, *ndq; local 846 LIST_FOREACH(dq, dqh, dq_hash) { 847 if (dq->dq_id != id | 996 struct dquot *dq; local [all...] |
| /src/sys/ufs/ufs/ |
| ufs_quota1.c | 68 struct dquot *dq; local 78 if ((dq = ip->i_dquot[i]) == NODQUOT) 80 mutex_enter(&dq->dq_interlock); 81 ncurblocks = dq->dq_curblocks + change; 83 dq->dq_curblocks = ncurblocks; 85 dq->dq_curblocks = 0; 86 dq->dq_flags &= ~DQ_WARN(QL_BLOCK); 87 dq->dq_flags |= DQ_MOD; 88 mutex_exit(&dq->dq_interlock); 93 if ((dq = ip->i_dquot[i]) == NODQUOT 124 struct dquot *dq = ip->i_dquot[type]; local 176 struct dquot *dq; local 232 struct dquot *dq = ip->i_dquot[type]; local 313 struct dquot *dq; local 424 struct dquot *dq; local 490 struct dquot *dq; local 550 struct dquot *dq; local 756 struct dquot *dq; local [all...] |
| ufs_quota2.c | 291 quota2_q2ealloc(struct ufsmount *ump, int type, uid_t uid, struct dquot *dq) 301 KASSERT(mutex_owned(&dq->dq_interlock)); 336 dq->dq2_lblkno = (offset >> ump->um_mountp->mnt_fs_bshift); 337 dq->dq2_blkoff = (offset & ump->umq2_bmask); 338 if (dq->dq2_lblkno == 0) { 340 q2e = (void *)((char *)bp->b_data + dq->dq2_blkoff); 342 error = getq2e(ump, type, dq->dq2_lblkno, 343 dq->dq2_blkoff, &bp, &q2e, B_MODIFY); 371 struct dquot *dq; local 386 dq = ip->i_dquot[i] 445 struct dquot *dq; local 581 struct dquot *dq; local 658 struct dquot *dq; member in struct:dq2clear_callback 692 struct dquot *dq; local 804 struct dquot *dq; local 839 struct dquot *dq; local 1506 struct dquot *dq; member in struct:dq2get_callback [all...] |
| ufs_quota.c | 704 struct dquot *dq; local 717 while ((dq = LIST_FIRST(&oldhash[i])) != NULL) { 718 dqvp = dq->dq_ump->um_quotas[dq->dq_type]; 719 LIST_REMOVE(dq, dq_hash); 720 hashval = DQHASH(dqvp, dq->dq_id); 721 LIST_INSERT_HEAD(&dqhashtbl[hashval], dq, dq_hash); 796 struct dquot *dq, *ndq; local 832 LIST_FOREACH(dq, dqh, dq_hash) { 833 if (dq->dq_id != id | 976 struct dquot *dq; local [all...] |
| /src/lib/libquota/ |
| quota_oldfiles.c | 322 dqblk_getblocks(const struct dqblk *dq, struct quotaval *qv) 324 qv->qv_hardlimit = dqblk_getlimit(dq->dqb_bhardlimit); 325 qv->qv_softlimit = dqblk_getlimit(dq->dqb_bsoftlimit); 326 qv->qv_usage = dq->dqb_curblocks; 327 qv->qv_expiretime = dq->dqb_btime; 332 dqblk_getfiles(const struct dqblk *dq, struct quotaval *qv) 334 qv->qv_hardlimit = dqblk_getlimit(dq->dqb_ihardlimit); 335 qv->qv_softlimit = dqblk_getlimit(dq->dqb_isoftlimit); 336 qv->qv_usage = dq->dqb_curinodes; 337 qv->qv_expiretime = dq->dqb_itime 485 struct dqblk dq; local 572 struct dqblk dq; local [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_mac.cc | 112 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \ 115 return REAL(dispatch_x_f)(dq, (void *)lsan_ctxt, \ 123 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, dispatch_queue_t dq, 126 return REAL(dispatch_after_f)(when, dq, (void *)lsan_ctxt, 131 dispatch_queue_t dq, void *ctxt, dispatch_function_t func) { 134 (group, dq, (void *)lsan_ctxt, lsan_dispatch_call_block_and_release); 139 void dispatch_async(dispatch_queue_t dq, void (^work)(void)); 140 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq, 158 INTERCEPTOR(void, dispatch_async, dispatch_queue_t dq, void (^work)(void)) { 160 REAL(dispatch_async)(dq, lsan_block) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_mac.cc | 227 INTERCEPTOR(void, dispatch_x_f, dispatch_queue_t dq, void *ctxt, \ 236 return REAL(dispatch_x_f)(dq, (void*)asan_ctxt, \ 245 dispatch_queue_t dq, void *ctxt, 253 return REAL(dispatch_after_f)(when, dq, (void*)asan_ctxt, 258 dispatch_queue_t dq, void *ctxt, 267 REAL(dispatch_group_async_f)(group, dq, (void*)asan_ctxt, 273 void dispatch_async(dispatch_queue_t dq, void(^work)(void)); 274 void dispatch_group_async(dispatch_group_t dg, dispatch_queue_t dq, 293 dispatch_queue_t dq, void(^work)(void)) { 296 REAL(dispatch_async)(dq, asan_block) [all...] |
| /src/sys/dev/raidframe/ |
| rf_sstf.c | 292 RF_DiskQueue_t *dq; local 293 dq = (RF_DiskQueue_t *) req->queue; 296 dq->col, 352 RF_DiskQueue_t *dq; local 353 dq = (RF_DiskQueue_t *) req->queue; 354 RF_ASSERT(QSUM(sstfq) == dq->queueLength); 356 req->raidPtr->raidid, dq->col, 416 RF_DiskQueue_t *dq; local 417 dq = (RF_DiskQueue_t *) req->queue; 418 RF_ASSERT(QSUM(scanq) == dq->queueLength) 472 RF_DiskQueue_t *dq; local [all...] |
| /src/sys/arch/hp300/dev/ |
| dma.c | 293 dmareq(struct dmaqueue *dq) 304 chan = dq->dq_chan; 321 sc->sc_chan[i].dm_job = dq; 322 dq->dq_chan = i; 330 TAILQ_INSERT_TAIL(&sc->sc_queue, dq, dq_list); 336 dmafree(struct dmaqueue *dq) 338 int unit = dq->dq_chan; 394 dn->dq_chan = dq->dq_chan;
|
| /src/sys/arch/luna68k/dev/ |
| omrasops.c | 1285 uint8_t *sp, *dp, *sq, *dq, *basep; local 1346 dq = dp; 1369 dp = (dq += scanspan); 1385 dq = dp; 1408 dp = (dq += scanspan); 1418 uint8_t *sp, *dp, *sq, *dq, *basep; local 1485 dq = dp; 1526 dp = (dq += scanspan); 1542 dq = dp; 1583 dp = (dq += scanspan) [all...] |
| /src/sys/dev/tc/ |
| sfb.c | 1036 void *sq, dq; 1052 dq = dp; 1069 dp = (dq += scanspan); 1076 void *sq, dq; 1092 dq = dp += (((alignd + w) - 1) & ~31); 1110 dp = (dq += scanspan);
|
| /src/sys/dev/stbi/ |
| stb_image.c | 1413 stbi_dequantize_t *dq = dequantize; local 1418 for (i=0; i < 8; ++i,++d,++dq, ++v) { 1426 int dcterm = d[0] * dq[0] << 2; 1429 IDCT_1D(d[ 0]*dq[ 0],d[ 8]*dq[ 8],d[16]*dq[16],d[24]*dq[24], 1430 d[32]*dq[32],d[40]*dq[40],d[48]*dq[48],d[56]*dq[56] [all...] |
| /src/sys/net/ |
| if_spppsubr.c | 3475 const char *dq; local 3607 dq = sppp_dotted_quad(dqbuf, 3609 addlog(" %s [ack]", dq); 3628 dq = sppp_dotted_quad(dqbuf, 3630 addlog(" %s [not agreed]", dq); 3825 const char *dq; local 3827 dq = sppp_dotted_quad(dqbuf, 3829 addlog(" [wantaddr %s]", dq);
|