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
489 * allocated. Paired with smp_rmb() in dqget().
537 /* Check whether we are not racing with some other dqget() */
934 struct dquot *dqget(struct super_block *sb, struct kqid qid)
1009 EXPORT_SYMBOL(dqget);
1542 * dqget()/dqput() calls.
1566 dquot = dqget(sb, qid);
1591 /* We could race with quotaon or dqget() could have failed */
2187 dquot = dqget(sb, make_kqid_uid(iattr->ia_uid));
2198 dquot = dqget(sb, make_kqid_gid(iattr->ia_gid));
2733 dquot = dqget(sb, qid);
2754 dquot = dqget(sb, *qid);
2867 dquot = dqget(sb, qid);