Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/async_tx/
Dasync_raid6_recov.c209 unsigned int p_off, q_off, g_off, dp_off, dq_off; in __2data_recov_5() local
245 dq_off = offs[failb]; in __2data_recov_5()
250 tx = async_mult(dq, dq_off, g, g_off, in __2data_recov_5()
264 src_offs[0] = dq_off; in __2data_recov_5()
269 tx = async_xor_offs(dq, dq_off, srcs, src_offs, 2, bytes, submit); in __2data_recov_5()
275 src_offs[1] = dq_off; in __2data_recov_5()
279 tx = async_sum_product(dq, dq_off, srcs, src_offs, coef, bytes, submit); in __2data_recov_5()
285 src_offs[1] = dq_off; in __2data_recov_5()
300 unsigned int p_off, q_off, dp_off, dq_off; in __2data_recov_n() local
324 dq_off = offs[failb]; in __2data_recov_n()
[all …]
/Linux-v6.1/fs/quota/
Dquota_tree.c318 dquot->dq_off = ((loff_t)blk << info->dqi_blocksize_bits) + in find_free_dqentry()
419 if (!dquot->dq_off) { in qtree_write_dquot()
432 dquot->dq_off); in qtree_write_dquot()
457 if (dquot->dq_off >> info->dqi_blocksize_bits != blk) { in free_dqentry()
460 (uint)(dquot->dq_off >> info->dqi_blocksize_bits)); in free_dqentry()
486 (dquot->dq_off & ((1 << info->dqi_blocksize_bits) - 1)), in free_dqentry()
506 dquot->dq_off = 0; /* Quota is now unattached */ in free_dqentry()
570 if (!dquot->dq_off) /* Even not allocated? */ in qtree_delete_dquot()
671 if (!dquot->dq_off) { in qtree_read_dquot()
679 dquot->dq_off = 0; in qtree_read_dquot()
[all …]
Dquota_v2.c352 if (!dquot->dq_off) { in v2_write_dquot()
Ddquot.c443 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) { in dquot_acquire()
/Linux-v6.1/fs/ocfs2/
Dquota_global.c496 dquot->dq_off); in __ocfs2_sync_dquot()
774 dquot->dq_off = 0; in ocfs2_release_dquot()
829 if (!dquot->dq_off) { /* No real quota entry? */ in ocfs2_acquire_dquot()
/Linux-v6.1/include/linux/
Dquota.h304 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ member