Home
last modified time | relevance | path

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

/Linux-v4.19/fs/quota/
Dquota_tree.c286 dquot->dq_off = (blk << info->dqi_blocksize_bits) + in find_free_dqentry()
383 if (!dquot->dq_off) { in qtree_write_dquot()
396 dquot->dq_off); in qtree_write_dquot()
421 if (dquot->dq_off >> info->dqi_blocksize_bits != blk) { in free_dqentry()
424 (uint)(dquot->dq_off >> info->dqi_blocksize_bits)); in free_dqentry()
446 (dquot->dq_off & ((1 << info->dqi_blocksize_bits) - 1)), in free_dqentry()
466 dquot->dq_off = 0; /* Quota is now unattached */ in free_dqentry()
525 if (!dquot->dq_off) /* Even not allocated? */ in qtree_delete_dquot()
621 if (!dquot->dq_off) { in qtree_read_dquot()
629 dquot->dq_off = 0; in qtree_read_dquot()
[all …]
Dquota_v2.c328 if (!dquot->dq_off) { in v2_write_dquot()
Ddquot.c435 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) { in dquot_acquire()
/Linux-v4.19/fs/ocfs2/
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-v4.19/include/linux/
Dquota.h304 loff_t dq_off; /* Offset of dquot on disk [dq_lock, stable once set] */ member