Lines Matching refs:dqget
20 * Fixed races in dquot_transfer(), dqget() and dquot_alloc_...().
120 * memory (or space for it is being allocated) on the first dqget(), when it is
487 * allocated. Paired with smp_rmb() in dqget().
535 /* Check whether we are not racing with some other dqget() */
932 struct dquot *dqget(struct super_block *sb, struct kqid qid)
1007 EXPORT_SYMBOL(dqget);
1491 * dqget()/dqput() calls.
1515 dquot = dqget(sb, qid);
1540 /* We could race with quotaon or dqget() could have failed */
2148 dquot = dqget(sb, make_kqid_uid(kuid));
2162 dquot = dqget(sb, make_kqid_gid(kgid));
2696 dquot = dqget(sb, qid);
2717 dquot = dqget(sb, *qid);
2830 dquot = dqget(sb, qid);