Searched refs:dq_off (Results 1 - 6 of 6) sorted by relevance

/linux-master/crypto/async_tx/
H A Dasync_raid6_recov.c209 unsigned int p_off, q_off, g_off, dp_off, dq_off; local
245 dq_off = offs[failb];
250 tx = async_mult(dq, dq_off, g, g_off,
264 src_offs[0] = dq_off;
269 tx = async_xor_offs(dq, dq_off, srcs, src_offs, 2, bytes, submit);
275 src_offs[1] = dq_off;
279 tx = async_sum_product(dq, dq_off, srcs, src_offs, coef, bytes, submit);
285 src_offs[1] = dq_off;
300 unsigned int p_off, q_off, dp_off, dq_off; local
324 dq_off
477 unsigned int p_off, q_off, dq_off; local
[all...]
/linux-master/fs/quota/
H A Dquota_tree.c324 dquot->dq_off = ((loff_t)blk << info->dqi_blocksize_bits) +
449 /* dq_off is guarded by dqio_sem */
450 if (!dquot->dq_off) {
463 dquot->dq_off);
488 if (dquot->dq_off >> info->dqi_blocksize_bits != blk) {
491 (uint)(dquot->dq_off >> info->dqi_blocksize_bits));
517 (dquot->dq_off & ((1 << info->dqi_blocksize_bits) - 1)),
537 dquot->dq_off = 0; /* Quota is now unattached */
611 if (!dquot->dq_off) /* Even not allocated? */
735 if (!dquot->dq_off) {
[all...]
H A Dquota_v2.c365 if (!dquot->dq_off) {
H A Ddquot.c471 if (!dquot_active(dquot) && !dquot->dq_off) {
/linux-master/include/linux/
H A Dquota.h306 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ member in struct:dquot
/linux-master/fs/ocfs2/
H A Dquota_global.c499 dquot->dq_off);
779 * Clear dq_off so that we search for the structure in quota file next
783 dquot->dq_off = 0;
838 if (!dquot->dq_off) { /* No real quota entry? */

Completed in 118 milliseconds