Home
last modified time | relevance | path

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

/linux-4.4.14/fs/quota/
Dquota_tree.c280 dquot->dq_off = (blk << info->dqi_blocksize_bits) + in find_free_dqentry()
377 if (!dquot->dq_off) { in qtree_write_dquot()
390 dquot->dq_off); in qtree_write_dquot()
415 if (dquot->dq_off >> info->dqi_blocksize_bits != blk) { in free_dqentry()
418 (uint)(dquot->dq_off >> info->dqi_blocksize_bits)); in free_dqentry()
440 (dquot->dq_off & ((1 << info->dqi_blocksize_bits) - 1)), in free_dqentry()
460 dquot->dq_off = 0; /* Quota is now unattached */ in free_dqentry()
519 if (!dquot->dq_off) /* Even not allocated? */ in qtree_delete_dquot()
615 if (!dquot->dq_off) { in qtree_read_dquot()
623 dquot->dq_off = 0; in qtree_read_dquot()
[all …]
Ddquot.c416 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) { in dquot_acquire()
/linux-4.4.14/fs/ocfs2/
Dquota_global.c490 dquot->dq_off); in __ocfs2_sync_dquot()
760 dquot->dq_off = 0; in ocfs2_release_dquot()
815 if (!dquot->dq_off) { /* No real quota entry? */ in ocfs2_acquire_dquot()
/linux-4.4.14/include/linux/
Dquota.h295 loff_t dq_off; /* Offset of dquot on disk */ member