Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/async_tx/
A Dasync_raid6_recov.c245 dq_off = offs[failb]; in __2data_recov_5()
264 src_offs[0] = dq_off; in __2data_recov_5()
275 src_offs[1] = dq_off; in __2data_recov_5()
285 src_offs[1] = dq_off; in __2data_recov_5()
324 dq_off = offs[failb]; in __2data_recov_n()
336 offs[failb] = dq_off; in __2data_recov_n()
353 src_offs[0] = dq_off; in __2data_recov_n()
364 src_offs[1] = dq_off; in __2data_recov_n()
374 src_offs[1] = dq_off; in __2data_recov_n()
534 dq_off = offs[faila]; in async_raid6_datap_recov()
[all …]
/linux-6.3-rc2/fs/quota/
A 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()
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()
685 dquot->dq_off = offset; in qtree_read_dquot()
[all …]
A Dquota_v2.c352 if (!dquot->dq_off) { in v2_write_dquot()
A Ddquot.c443 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) { in dquot_acquire()
/linux-6.3-rc2/fs/ocfs2/
A 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-6.3-rc2/include/linux/
A Dquota.h304 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ member

Completed in 17 milliseconds