Searched refs:dq_off (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/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 = offs[failb]; in __2data_recov_n() [all …]
|
/openbmc/linux/fs/quota/ |
H A D | quota_tree.c | 324 dquot->dq_off = ((loff_t)blk << info->dqi_blocksize_bits) + in find_free_dqentry() 450 if (!dquot->dq_off) { in qtree_write_dquot() 463 dquot->dq_off); in qtree_write_dquot() 488 if (dquot->dq_off >> info->dqi_blocksize_bits != blk) { in free_dqentry() 491 (uint)(dquot->dq_off >> info->dqi_blocksize_bits)); in free_dqentry() 517 (dquot->dq_off & ((1 << info->dqi_blocksize_bits) - 1)), in free_dqentry() 537 dquot->dq_off = 0; /* Quota is now unattached */ in free_dqentry() 611 if (!dquot->dq_off) /* Even not allocated? */ in qtree_delete_dquot() 735 if (!dquot->dq_off) { in qtree_read_dquot() 743 dquot->dq_off = 0; in qtree_read_dquot() [all …]
|
H A D | quota_v2.c | 355 if (!dquot->dq_off) { in v2_write_dquot()
|
H A D | dquot.c | 471 if (!dquot_active(dquot) && !dquot->dq_off) { in dquot_acquire()
|
/openbmc/linux/fs/ocfs2/ |
H A D | quota_global.c | 496 dquot->dq_off); in __ocfs2_sync_dquot() 779 dquot->dq_off = 0; in ocfs2_release_dquot() 834 if (!dquot->dq_off) { /* No real quota entry? */ in ocfs2_acquire_dquot()
|
/openbmc/linux/include/linux/ |
H A D | quota.h | 306 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ member
|