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()
167 ASSERT(dq->q_id); in xfs_qm_adjust_dqtimers()
351 xfs_qm_init_dquot_blk(tp, mp, dqp->q_id, qtype, bp); in xfs_dquot_disk_alloc()
464 dqp->q_id = id; in xfs_dquot_alloc()
521 if (be32_to_cpu(ddqp->d_id) != dqp->q_id) in xfs_dquot_check_type()
530 dqp_type == XFS_DQTYPE_USER || dqp->q_id != 0) in xfs_dquot_check_type()
560 __this_address, dqp->q_id); in xfs_dquot_from_disk()
608 ddqp->d_id = cpu_to_be32(dqp->q_id); in xfs_dquot_to_disk()
1205 if (dqp->q_id == 0) in xfs_qm_dqflush_check()
1224 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()
644 if ((flags & XFS_QMOPT_FORCE_RES) == 0 && dqp->q_id && in xfs_trans_dqresv()
Dxfs_qm.c84 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()
1117 if (dqp->q_id) { in xfs_qm_quotacheck_dqadjust()
1615 radix_tree_delete(xfs_dquot_tree(qi, xfs_dquot_type(dqp)), dqp->q_id); in xfs_qm_dqfree_one()
1878 ASSERT(i_uid_read(VFS_I(ip)) == udqp->q_id); in xfs_qm_vop_create_dqattach()
1885 ASSERT(i_gid_read(VFS_I(ip)) == gdqp->q_id); in xfs_qm_vop_create_dqattach()
1892 ASSERT(ip->i_projid == pdqp->q_id); in xfs_qm_vop_create_dqattach()
Dxfs_qm_syscalls.c460 if (xfs_dquot_is_enforced(dqp) && dqp->q_id != 0) { in xfs_qm_scall_getquota_fill_qc()
538 *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.h75 xfs_dqid_t q_id; member
Dxfs_icache.c1558 icw.icw_uid = make_kuid(mp->m_super->s_user_ns, udqp->q_id); in xfs_blockgc_free_dquots()
1564 icw.icw_gid = make_kgid(mp->m_super->s_user_ns, gdqp->q_id); in xfs_blockgc_free_dquots()
1570 icw.icw_prid = pdqp->q_id; in xfs_blockgc_free_dquots()
Dxfs_trace.h1028 __entry->id = dqp->q_id;
1132 __entry->dqid = dqp->q_id;
1171 __entry->dqid = qtrx->qt_dquot->q_id;