Home
last modified time | relevance | path

Searched refs:q_id (Results 1 – 9 of 9) sorted by relevance

/fs/xfs/scrub/
Dquota.c93 offset = dq->q_id / qi->qi_dqperchunk; in xchk_quota_item()
94 if (dq->q_id && dq->q_id <= sqi->last_id) in xchk_quota_item()
97 sqi->last_id = dq->q_id; in xchk_quota_item()
147 if (dq->q_id == 0) in xchk_quota_item()
/fs/xfs/
Dxfs_dquot.c77 ASSERT(dq->q_id); in xfs_qm_adjust_dqlimits()
164 ASSERT(dq->q_id); in xfs_qm_adjust_dqtimers()
356 xfs_qm_init_dquot_blk(tp, mp, dqp->q_id, qtype, bp); in xfs_dquot_disk_alloc()
478 dqp->q_id = id; in xfs_dquot_alloc()
535 if (be32_to_cpu(ddqp->d_id) != dqp->q_id) in xfs_dquot_check_type()
544 dqp_type == XFS_DQTYPE_USER || dqp->q_id != 0) in xfs_dquot_check_type()
574 __this_address, dqp->q_id); in xfs_dquot_from_disk()
618 ddqp->d_id = cpu_to_be32(dqp->q_id); in xfs_dquot_to_disk()
1178 if (dqp->q_id == 0) in xfs_qm_dqflush_check()
1197 if (dqp->q_id == 0) in xfs_qm_dqflush_check()
[all …]
Dxfs_trans_dquot.c60 if (dqp->q_id != 0 && in xfs_trans_log_dquot()
424 if (dqp->q_id) { in xfs_trans_apply_dquot_deltas()
556 quota_send_warning(make_kqid(&init_user_ns, qtype, dqp->q_id), in xfs_quota_warn()
643 if ((flags & XFS_QMOPT_FORCE_RES) == 0 && dqp->q_id && in xfs_trans_dqresv()
Dxfs_qm.c85 next_index = dqp->q_id + 1; in xfs_qm_dquot_walk()
166 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqpurge()
1109 if (dqp->q_id) { in xfs_qm_quotacheck_dqadjust()
1604 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqfree_one()
1867 ASSERT(i_uid_read(VFS_I(ip)) == udqp->q_id); in xfs_qm_vop_create_dqattach()
1874 ASSERT(i_gid_read(VFS_I(ip)) == gdqp->q_id); in xfs_qm_vop_create_dqattach()
1881 ASSERT(ip->i_projid == pdqp->q_id); in xfs_qm_vop_create_dqattach()
Dxfs_qm_syscalls.c433 if (xfs_dquot_is_enforced(dqp) && dqp->q_id != 0) { in xfs_qm_scall_getquota_fill_qc()
511 *id = dqp->q_id; in xfs_qm_scall_getquota_next()
Dxfs_dquot_item.c56 qlf->qlf_id = qlip->qli_dquot->q_id; in xfs_qm_dquot_logitem_format()
Dxfs_dquot.h67 xfs_dqid_t q_id; member
Dxfs_icache.c1550 icw.icw_uid = make_kuid(mp->m_super->s_user_ns, udqp->q_id); in xfs_blockgc_free_dquots()
1556 icw.icw_gid = make_kgid(mp->m_super->s_user_ns, gdqp->q_id); in xfs_blockgc_free_dquots()
1562 icw.icw_prid = pdqp->q_id; in xfs_blockgc_free_dquots()
Dxfs_trace.h1034 __entry->id = dqp->q_id;
1122 __entry->dqid = dqp->q_id;
1161 __entry->dqid = qtrx->qt_dquot->q_id;