Home
last modified time | relevance | path

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

/linux-2.6.39/fs/quota/
Dquota_tree.c279 dquot->dq_off = (blk << info->dqi_blocksize_bits) + in find_free_dqentry()
369 if (!dquot->dq_off) { in qtree_write_dquot()
382 dquot->dq_off); in qtree_write_dquot()
407 if (dquot->dq_off >> info->dqi_blocksize_bits != blk) { in free_dqentry()
410 (uint)(dquot->dq_off >> info->dqi_blocksize_bits)); in free_dqentry()
432 (dquot->dq_off & ((1 << info->dqi_blocksize_bits) - 1)), in free_dqentry()
452 dquot->dq_off = 0; /* Quota is now unattached */ in free_dqentry()
511 if (!dquot->dq_off) /* Even not allocated? */ in qtree_delete_dquot()
606 if (!dquot->dq_off) { in qtree_read_dquot()
612 dquot->dq_off = 0; in qtree_read_dquot()
[all …]
Ddquot.c418 if (!test_bit(DQ_ACTIVE_B, &dquot->dq_flags) && !dquot->dq_off) { in dquot_acquire()
/linux-2.6.39/include/linux/
Dquota.h294 loff_t dq_off; /* Offset of dquot on disk */ member
/linux-2.6.39/fs/ocfs2/
Dquota_global.c488 dquot->dq_off); in __ocfs2_sync_dquot()
767 if (!dquot->dq_off) { /* No real quota entry? */ in ocfs2_acquire_dquot()