Searched refs:d_bcount (Results 1 – 4 of 4) sorted by relevance
62 __u64 d_bcount; /* # disk blocks owned by the user */ member
643 dqp->q_blk.count = be64_to_cpu(ddqp->d_bcount); in xfs_dquot_from_disk()684 ddqp->d_bcount = cpu_to_be64(dqp->q_blk.count); in xfs_dquot_to_disk()
1052 ddq->d_bcount = 0; in xfs_qm_reset_dqcounts()
1447 __be64 d_bcount; /* disk blocks owned by the user */ member