Searched refs:dqp (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_dquot.c | 51 struct xfs_dquot *dqp) in xfs_dquot_mark_sick() argument 53 struct xfs_mount *mp = dqp->q_mount; in xfs_dquot_mark_sick() 55 switch (dqp->q_type) { in xfs_dquot_mark_sick() 78 struct xfs_dquot *dqp) in xfs_dquot_detach_buf() argument 80 struct xfs_dq_logitem *qlip = &dqp->q_logitem; in xfs_dquot_detach_buf() 101 struct xfs_dquot *dqp) in xfs_qm_dqdestroy() argument 103 ASSERT(list_empty(&dqp->q_lru)); in xfs_qm_dqdestroy() 104 ASSERT(dqp->q_logitem.qli_item.li_buf == NULL); in xfs_qm_dqdestroy() 106 kvfree(dqp->q_logitem.qli_item.li_lv_shadow); in xfs_qm_dqdestroy() 107 mutex_destroy(&dqp->q_qlock); in xfs_qm_dqdestroy() [all …]
|
| H A D | xfs_qm.c | 43 STATIC void xfs_qm_dqfree_one(struct xfs_dquot *dqp); 57 int (*execute)(struct xfs_dquot *dqp, void *data), in xfs_qm_dquot_walk() argument 86 struct xfs_dquot *dqp = batch[i]; in xfs_qm_dquot_walk() local 88 next_index = dqp->q_id + 1; in xfs_qm_dquot_walk() 125 struct xfs_dquot *dqp, in xfs_qm_dqpurge() argument 128 struct xfs_quotainfo *qi = dqp->q_mount->m_quotainfo; in xfs_qm_dqpurge() 130 spin_lock(&dqp->q_lockref.lock); in xfs_qm_dqpurge() 131 if (dqp->q_lockref.count > 0 || __lockref_is_dead(&dqp->q_lockref)) { in xfs_qm_dqpurge() 132 spin_unlock(&dqp->q_lockref.lock); in xfs_qm_dqpurge() 135 lockref_mark_dead(&dqp->q_lockref); in xfs_qm_dqpurge() [all …]
|
| H A D | xfs_quota.h | 133 struct xfs_dquot *dqp, unsigned int field, int64_t delta); 150 # define xfs_trans_mod_ino_dquot(tp, ip, dqp, field, delta) \ argument 151 xfs_trans_mod_dquot((tp), (dqp), (field), (delta))
|
| H A D | xfs_dquot_item.h | 26 void xfs_qm_dquot_logitem_init(struct xfs_dquot *dqp);
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | mcg.c | 157 struct mlx4_promisc_qp *dqp = NULL; in new_steering_entry() local 178 dqp = kmalloc_obj(*dqp); in new_steering_entry() 179 if (!dqp) { in new_steering_entry() 183 dqp->qpn = qpn; in new_steering_entry() 184 list_add_tail(&dqp->list, &new_entry->duplicates); in new_steering_entry() 229 if (dqp) { in new_steering_entry() 230 list_del(&dqp->list); in new_steering_entry() 231 kfree(dqp); in new_steering_entry() 246 struct mlx4_promisc_qp *dqp; in existing_steering_entry() local 271 list_for_each_entry(dqp, &entry->duplicates, list) { in existing_steering_entry() [all …]
|
| /linux/arch/powerpc/sysdev/ |
| H A D | fsl_rmu.c | 226 u32 dqp = in_be32(&rmu->msg_regs->odqdpar); in fsl_rio_tx_handler() local 227 int slot = (dqp - rmu->msg_tx_ring.phys) >> 5; in fsl_rio_tx_handler()
|