Home
last modified time | relevance | path

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

/linux/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/fs/quota/
A Dquota_tree.c278 dquot->dq_off = ((loff_t)blk << info->dqi_blocksize_bits) + in find_free_dqentry()
375 if (!dquot->dq_off) { in qtree_write_dquot()
388 dquot->dq_off); in qtree_write_dquot()
413 if (dquot->dq_off >> info->dqi_blocksize_bits != blk) { in free_dqentry()
416 (uint)(dquot->dq_off >> info->dqi_blocksize_bits)); in free_dqentry()
459 dquot->dq_off = 0; /* Quota is now unattached */ in free_dqentry()
525 if (!dquot->dq_off) /* Even not allocated? */ in qtree_delete_dquot()
628 if (!dquot->dq_off) { in qtree_read_dquot()
636 dquot->dq_off = 0; in qtree_read_dquot()
642 dquot->dq_off = offset; in qtree_read_dquot()
[all …]
A Dquota_v2.c352 if (!dquot->dq_off) { in v2_write_dquot()
A Ddquot.c440 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) { in dquot_acquire()
/linux/fs/ocfs2/
A Dquota_global.c495 dquot->dq_off); in __ocfs2_sync_dquot()
773 dquot->dq_off = 0; in ocfs2_release_dquot()
828 if (!dquot->dq_off) { /* No real quota entry? */ in ocfs2_acquire_dquot()
/linux/include/linux/
A Dquota.h304 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ member

Completed in 16 milliseconds