/kernel/linux/linux-5.10/crypto/async_tx/ |
H A D | async_raid6_recov.c | 209 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 D | async_raid6_recov.c | 209 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 D | quota_tree.c | 322 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 D | quota_v2.c | 352 if (!dquot->dq_off) { in v2_write_dquot()
|
H A D | dquot.c | 473 if (!dquot_active(dquot) && !dquot->dq_off) { in dquot_acquire()
|
/kernel/linux/linux-6.6/fs/quota/ |
H A D | quota_tree.c | 318 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 D | quota_v2.c | 352 if (!dquot->dq_off) { in v2_write_dquot()
|
H A D | dquot.c | 471 if (!dquot_active(dquot) && !dquot->dq_off) { in dquot_acquire()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | quota.h | 306 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | quota.h | 306 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ member
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | quota_global.c | 496 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 D | quota_global.c | 496 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()
|