Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/async_tx/
H A 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 in __2data_recov_n()
477 unsigned int p_off, q_off, dq_off; async_raid6_datap_recov() local
[all...]
/kernel/linux/linux-6.6/crypto/async_tx/
H A 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 in __2data_recov_n()
477 unsigned int p_off, q_off, dq_off; async_raid6_datap_recov() local
[all...]
/kernel/linux/linux-5.10/fs/quota/
H A Dquota_tree.c322 dquot->dq_off = ((loff_t)blk << info->dqi_blocksize_bits) + in find_free_dqentry()
418 /* dq_off is guarded by dqio_sem */ in qtree_write_dquot()
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()
572 if (!dquot->dq_off) /* Even not allocated? */ in qtree_delete_dquot()
675 if (!dquot->dq_off) { in qtree_read_dquot()
[all...]
H A Dquota_v2.c352 if (!dquot->dq_off) { in v2_write_dquot()
H A Ddquot.c473 if (!dquot_active(dquot) && !dquot->dq_off) { in dquot_acquire()
/kernel/linux/linux-6.6/fs/quota/
H A Dquota_tree.c318 dquot->dq_off = ((loff_t)blk << info->dqi_blocksize_bits) + in find_free_dqentry()
418 /* dq_off is guarded by dqio_sem */ in qtree_write_dquot()
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()
[all...]
H A Dquota_v2.c352 if (!dquot->dq_off) { in v2_write_dquot()
H A Ddquot.c471 if (!dquot_active(dquot) && !dquot->dq_off) { in dquot_acquire()
/kernel/linux/linux-5.10/include/linux/
H A Dquota.h306 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ member
/kernel/linux/linux-6.6/include/linux/
H A Dquota.h306 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ member
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dquota_global.c496 dquot->dq_off); in __ocfs2_sync_dquot()
770 * Clear dq_off so that we search for the structure in quota file next in ocfs2_release_dquot()
774 dquot->dq_off = 0; in ocfs2_release_dquot()
829 if (!dquot->dq_off) { /* No real quota entry? */ in ocfs2_acquire_dquot()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dquota_global.c496 dquot->dq_off); in __ocfs2_sync_dquot()
770 * Clear dq_off so that we search for the structure in quota file next in ocfs2_release_dquot()
774 dquot->dq_off = 0; in ocfs2_release_dquot()
829 if (!dquot->dq_off) { /* No real quota entry? */ in ocfs2_acquire_dquot()

Completed in 20 milliseconds