Home
last modified time | relevance | path

Searched refs:dqb (Results 1 – 25 of 146) sorted by relevance

123456

/dports/sysutils/p5-Quota/Quota-1.8.2/
H A Dlinuxapi.c248 dqb->dqb_btime = dqb2.dqb_btime; in linuxquota_query()
249 dqb->dqb_itime = dqb2.dqb_itime; in linuxquota_query()
311 dqb2.dqb_btime = dqb->dqb_btime; in linuxquota_setqlim()
312 dqb2.dqb_itime = dqb->dqb_itime; in linuxquota_setqlim()
327 dqb1.dqb_btime = dqb->dqb_btime; in linuxquota_setqlim()
328 dqb1.dqb_itime = dqb->dqb_itime; in linuxquota_setqlim()
367 struct dqblk dqb;
378 dqb.dqb_curblocks, dqb.dqb_bhardlimit, dqb.dqb_bsoftlimit,
379 ((dqb.dqb_btime != 0) ? (char*)ctime(&dqb.dqb_btime) : "n/a\n"));
381 dqb.dqb_curinodes, dqb.dqb_ihardlimit, dqb.dqb_isoftlimit,
[all …]
/dports/net/netatalk3/netatalk-3.1.12/etc/afpd/
H A Dquota.c278 dqb->bsize = (uint64_t)512; in get_linux_xfs_quota()
313 dqb->dqb_curinodes = dqb3.dqb_curinodes; in get_linux_fs_quota()
314 dqb->dqb_btime = dqb3.dqb_btime; in get_linux_fs_quota()
315 dqb->dqb_itime = dqb3.dqb_itime; in get_linux_fs_quota()
316 dqb->bsize = DEV_QBSIZE; in get_linux_fs_quota()
332 dqb->dqb_btime = dqb2.dqb_btime; in get_linux_fs_quota()
333 dqb->dqb_itime = dqb2.dqb_itime; in get_linux_fs_quota()
334 dqb->bsize = DEV_QBSIZE; in get_linux_fs_quota()
350 dqb->dqb_btime = dqb1.dqb_btime; in get_linux_fs_quota()
351 dqb->dqb_itime = dqb1.dqb_itime; in get_linux_fs_quota()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c106 struct xfs_dqblk *dqb, in xfs_dqblk_verify() argument
113 return xfs_dquot_verify(mp, &dqb->dd_diskdq, id); in xfs_dqblk_verify()
122 struct xfs_dqblk *dqb, in xfs_dqblk_repair() argument
130 memset(dqb, 0, sizeof(xfs_dqblk_t)); in xfs_dqblk_repair()
133 dqb->dd_diskdq.d_version = XFS_DQUOT_VERSION; in xfs_dqblk_repair()
134 dqb->dd_diskdq.d_type = type; in xfs_dqblk_repair()
135 dqb->dd_diskdq.d_id = cpu_to_be32(id); in xfs_dqblk_repair()
185 struct xfs_dqblk *dqb = bp->b_addr; in xfs_dquot_buf_verify() local
211 ddq = &dqb[i].dd_diskdq; in xfs_dquot_buf_verify()
216 fa = xfs_dqblk_verify(mp, &dqb[i], id + i); in xfs_dquot_buf_verify()
[all …]
H A Dxfs_quota_defs.h142 struct xfs_dqblk *dqb, xfs_dqid_t id);
144 extern void xfs_dqblk_repair(struct xfs_mount *mp, struct xfs_dqblk *dqb,
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c106 struct xfs_dqblk *dqb, in xfs_dqblk_verify() argument
113 return xfs_dquot_verify(mp, &dqb->dd_diskdq, id); in xfs_dqblk_verify()
122 struct xfs_dqblk *dqb, in xfs_dqblk_repair() argument
130 memset(dqb, 0, sizeof(xfs_dqblk_t)); in xfs_dqblk_repair()
133 dqb->dd_diskdq.d_version = XFS_DQUOT_VERSION; in xfs_dqblk_repair()
134 dqb->dd_diskdq.d_type = type; in xfs_dqblk_repair()
135 dqb->dd_diskdq.d_id = cpu_to_be32(id); in xfs_dqblk_repair()
185 struct xfs_dqblk *dqb = bp->b_addr; in xfs_dquot_buf_verify() local
211 ddq = &dqb[i].dd_diskdq; in xfs_dquot_buf_verify()
216 fa = xfs_dqblk_verify(mp, &dqb[i], id + i); in xfs_dquot_buf_verify()
[all …]
H A Dxfs_quota_defs.h142 struct xfs_dqblk *dqb, xfs_dqid_t id);
144 extern void xfs_dqblk_repair(struct xfs_mount *mp, struct xfs_dqblk *dqb,
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c106 struct xfs_dqblk *dqb, in xfs_dqblk_verify() argument
113 return xfs_dquot_verify(mp, &dqb->dd_diskdq, id); in xfs_dqblk_verify()
122 struct xfs_dqblk *dqb, in xfs_dqblk_repair() argument
130 memset(dqb, 0, sizeof(xfs_dqblk_t)); in xfs_dqblk_repair()
133 dqb->dd_diskdq.d_version = XFS_DQUOT_VERSION; in xfs_dqblk_repair()
134 dqb->dd_diskdq.d_type = type; in xfs_dqblk_repair()
135 dqb->dd_diskdq.d_id = cpu_to_be32(id); in xfs_dqblk_repair()
185 struct xfs_dqblk *dqb = bp->b_addr; in xfs_dquot_buf_verify() local
211 ddq = &dqb[i].dd_diskdq; in xfs_dquot_buf_verify()
216 fa = xfs_dqblk_verify(mp, &dqb[i], id + i); in xfs_dquot_buf_verify()
[all …]
H A Dxfs_quota_defs.h142 struct xfs_dqblk *dqb, xfs_dqid_t id);
144 extern void xfs_dqblk_repair(struct xfs_mount *mp, struct xfs_dqblk *dqb,
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/ufs/
H A Dufs_quota1.c542 struct dqblk dqb; in quota1_handle_cmd_put() local
595 dqb.dqb_btime = dq->dq_btime; in quota1_handle_cmd_put()
596 dqb.dqb_itime = dq->dq_itime; in quota1_handle_cmd_put()
620 if (dqb.dqb_bsoftlimit && in quota1_handle_cmd_put()
624 if (dqb.dqb_isoftlimit && in quota1_handle_cmd_put()
628 dq->dq_un.dq1_dqb = dqb; in quota1_handle_cmd_put()
669 dqb->dqb_btime = dq->dq_btime;
670 dqb->dqb_itime = dq->dq_itime;
672 if (dqb->dqb_bsoftlimit &&
676 if (dqb->dqb_isoftlimit &&
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/lfs/
H A Dulfs_quota1.c540 struct dqblk dqb; in lfsquota1_handle_cmd_put() local
593 dqb.dqb_btime = dq->dq_btime; in lfsquota1_handle_cmd_put()
594 dqb.dqb_itime = dq->dq_itime; in lfsquota1_handle_cmd_put()
618 if (dqb.dqb_bsoftlimit && in lfsquota1_handle_cmd_put()
622 if (dqb.dqb_isoftlimit && in lfsquota1_handle_cmd_put()
626 dq->dq_un.dq1_dqb = dqb; in lfsquota1_handle_cmd_put()
667 dqb->dqb_btime = dq->dq_btime;
668 dqb->dqb_itime = dq->dq_itime;
670 if (dqb->dqb_bsoftlimit &&
674 if (dqb->dqb_isoftlimit &&
[all …]
/dports/sysutils/p5-Quota/Quota-1.8.2/hints/
H A Dlinux.h59 int linuxquota_query( const char * dev, int uid, int isgrp, struct dqblk * dqb );
60 int linuxquota_setqlim( const char * dev, int uid, int isgrp, struct dqblk * dqb );
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_concurrent_queue.cpp573 typename CQ::const_iterator dqb; in TestConstructors() local
604 dqb = dst_queue2.unsafe_begin(); in TestConstructors()
607 for( ; dqb != dqe; ++dqb, ++v_iter ) in TestConstructors()
629 dqb = dst_queue4.unsafe_begin(); in TestConstructors()
633 for( ; dqb != dqe; ++dqb, ++iter ) in TestConstructors()
642 dqb = dst_queue5.unsafe_begin(); in TestConstructors()
645 for( ; dqb != dqe; ++dqb, ++iter ) in TestConstructors()
646 ASSERT( *dqb == *iter, "unexpected element" ); in TestConstructors()
660 dqb = dst_queue5.unsafe_begin(); in TestConstructors()
663 for( ; dqb != dqe; ++dqb, ++iter ) in TestConstructors()
[all …]
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_concurrent_queue.cpp573 typename CQ::const_iterator dqb; in TestConstructors() local
604 dqb = dst_queue2.unsafe_begin(); in TestConstructors()
607 for( ; dqb != dqe; ++dqb, ++v_iter ) in TestConstructors()
629 dqb = dst_queue4.unsafe_begin(); in TestConstructors()
633 for( ; dqb != dqe; ++dqb, ++iter ) in TestConstructors()
642 dqb = dst_queue5.unsafe_begin(); in TestConstructors()
645 for( ; dqb != dqe; ++dqb, ++iter ) in TestConstructors()
646 ASSERT( *dqb == *iter, "unexpected element" ); in TestConstructors()
660 dqb = dst_queue5.unsafe_begin(); in TestConstructors()
663 for( ; dqb != dqe; ++dqb, ++iter ) in TestConstructors()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_concurrent_queue.cpp573 typename CQ::const_iterator dqb; in TestConstructors() local
604 dqb = dst_queue2.unsafe_begin(); in TestConstructors()
607 for( ; dqb != dqe; ++dqb, ++v_iter ) in TestConstructors()
629 dqb = dst_queue4.unsafe_begin(); in TestConstructors()
633 for( ; dqb != dqe; ++dqb, ++iter ) in TestConstructors()
642 dqb = dst_queue5.unsafe_begin(); in TestConstructors()
645 for( ; dqb != dqe; ++dqb, ++iter ) in TestConstructors()
646 ASSERT( *dqb == *iter, "unexpected element" ); in TestConstructors()
660 dqb = dst_queue5.unsafe_begin(); in TestConstructors()
663 for( ; dqb != dqe; ++dqb, ++iter ) in TestConstructors()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/
H A Dxfs_dquot_item_recover.c140 struct xfs_dqblk *dqb = (struct xfs_dqblk *)ddq; in xlog_recover_dquot_commit_pass2() local
141 xfs_lsn_t lsn = be64_to_cpu(dqb->dd_lsn); in xlog_recover_dquot_commit_pass2()
H A Dxfs_qm.c842 struct xfs_dqblk *dqb; in xfs_qm_reset_dqcounts() local
856 dqb = bp->b_addr; in xfs_qm_reset_dqcounts()
860 ddq = (struct xfs_disk_dquot *)&dqb[j]; in xfs_qm_reset_dqcounts()
868 if (xfs_dqblk_verify(mp, &dqb[j], id + j) || in xfs_qm_reset_dqcounts()
869 (dqb[j].dd_diskdq.d_type & XFS_DQTYPE_REC_MASK) != type) in xfs_qm_reset_dqcounts()
870 xfs_dqblk_repair(mp, &dqb[j], id + j, type); in xfs_qm_reset_dqcounts()
898 xfs_update_cksum((char *)&dqb[j], in xfs_qm_reset_dqcounts()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/
H A Dxfs_dquot_item_recover.c140 struct xfs_dqblk *dqb = (struct xfs_dqblk *)ddq; in xlog_recover_dquot_commit_pass2() local
141 xfs_lsn_t lsn = be64_to_cpu(dqb->dd_lsn); in xlog_recover_dquot_commit_pass2()
H A Dxfs_qm.c842 struct xfs_dqblk *dqb; in xfs_qm_reset_dqcounts() local
856 dqb = bp->b_addr; in xfs_qm_reset_dqcounts()
860 ddq = (struct xfs_disk_dquot *)&dqb[j]; in xfs_qm_reset_dqcounts()
868 if (xfs_dqblk_verify(mp, &dqb[j], id + j) || in xfs_qm_reset_dqcounts()
869 (dqb[j].dd_diskdq.d_type & XFS_DQTYPE_REC_MASK) != type) in xfs_qm_reset_dqcounts()
870 xfs_dqblk_repair(mp, &dqb[j], id + j, type); in xfs_qm_reset_dqcounts()
898 xfs_update_cksum((char *)&dqb[j], in xfs_qm_reset_dqcounts()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/
H A Dxfs_dquot_item_recover.c140 struct xfs_dqblk *dqb = (struct xfs_dqblk *)ddq; in xlog_recover_dquot_commit_pass2() local
141 xfs_lsn_t lsn = be64_to_cpu(dqb->dd_lsn); in xlog_recover_dquot_commit_pass2()
H A Dxfs_qm.c842 struct xfs_dqblk *dqb; in xfs_qm_reset_dqcounts() local
856 dqb = bp->b_addr; in xfs_qm_reset_dqcounts()
860 ddq = (struct xfs_disk_dquot *)&dqb[j]; in xfs_qm_reset_dqcounts()
868 if (xfs_dqblk_verify(mp, &dqb[j], id + j) || in xfs_qm_reset_dqcounts()
869 (dqb[j].dd_diskdq.d_type & XFS_DQTYPE_REC_MASK) != type) in xfs_qm_reset_dqcounts()
870 xfs_dqblk_repair(mp, &dqb[j], id + j, type); in xfs_qm_reset_dqcounts()
898 xfs_update_cksum((char *)&dqb[j], in xfs_qm_reset_dqcounts()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dnfs_commonsubs.c821 struct dqblk dqb; in nfsv4_loadattr() local
1490 USRQUOTA), cred->cr_uid, (caddr_t)&dqb)) in nfsv4_loadattr()
1519 USRQUOTA), cred->cr_uid, (caddr_t)&dqb)) in nfsv4_loadattr()
1546 freenum = dqb.dqb_curblocks; in nfsv4_loadattr()
2008 struct dqblk dqb; in nfsv4_fillattr() local
2216 cred->cr_uid, (caddr_t)&dqb)) in nfsv4_fillattr()
2217 freenum = min(dqb.dqb_isoftlimit-dqb.dqb_curinodes, in nfsv4_fillattr()
2323 cred->cr_uid, (caddr_t)&dqb)) in nfsv4_fillattr()
2347 cred->cr_uid, (caddr_t)&dqb)) in nfsv4_fillattr()
2368 cred->cr_uid, (caddr_t)&dqb)) in nfsv4_fillattr()
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/test/conformance/
H A Dconformance_concurrent_queue.cpp419 typename CQ::const_iterator dqb; in TestConstructors() local
454 dqb = dst_queue2.unsafe_begin(); in TestConstructors()
456 auto res = std::mismatch(dqb, dqe, bar_array); in TestConstructors()
478 dqb = dst_queue4.unsafe_begin(); in TestConstructors()
481 auto res = std::mismatch(dqb, dqe, iter); in TestConstructors()
489 dqb = dst_queue5.unsafe_begin(); in TestConstructors()
492 REQUIRE_MESSAGE(std::equal(dqb, dqe, iter), "unexpected element"); in TestConstructors()
506 dqb = dst_queue5.unsafe_begin(); in TestConstructors()
509 auto res = std::mismatch(dqb, dqe, iter); in TestConstructors()
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Drealus.f901414 REAL(dp) :: dqrforce(3), dqb(3), dqeb(3), v_eff local
1438 dqb = 0.d0; dqeb = 0.d0
1440 dqb (:) = dqb (:) + dqr(ir,ijh,:) * becsum(ijh,na,is)
1444 dqrforce(:) = dqrforce(:) + dqb(:) * v_eff - dqeb(:)
1505 REAL(dp) :: sus(3,3), sus_at(3,3), qb, qeb, dqb(3), dqeb(3), v_eff local
1525 qb = 0.d0; qeb =0.d0; dqb = 0.d0; dqeb = 0.d0
1529 dqb (:) = dqb (:) + dqr(ir,ijh,:) * becsum(ijh,na,is)
1534 … sus_at(:, ipol) = sus_at(:,ipol) - tabp(na)%xyz(:,ir) * ( dqb(ipol) * v_eff + dqeb(ipol) )
/dports/math/gap/gap-4.11.0/pkg/SmallGrp-1.4.1/id2/
H A Did960.dqb3 #W id960.dqb GAP library of id's Hans Ulrich Besche
/dports/math/R/R-4.1.2/tests/
H A Dd-p-q-r-tst-2.R630 dqb <- diff(qbet); d2qb <- diff(dqb); d3qb <- diff(d2qb) globalVar
633 0 > dqb, dqb > -0.002,

123456