Home
last modified time | relevance | path

Searched refs:d_bcount (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/include/uapi/linux/
Ddqblk_xfs.h62 __u64 d_bcount; /* # disk blocks owned by the user */ member
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dquot_buf.c86 be64_to_cpu(ddq->d_bcount) > be64_to_cpu(ddq->d_blk_softlimit) && in xfs_dquot_verify()
Dxfs_format.h1286 __be64 d_bcount; /* disk blocks owned by the user */ member
/linux-6.12.1/fs/xfs/
Dxfs_dquot.c612 dqp->q_blk.count = be64_to_cpu(ddqp->d_bcount); in xfs_dquot_from_disk()
653 ddqp->d_bcount = cpu_to_be64(dqp->q_blk.count); in xfs_dquot_to_disk()
Dxfs_qm.c892 ddq->d_bcount = 0; in xfs_qm_reset_dqcounts()
/linux-6.12.1/fs/xfs/scrub/
Dquota_repair.c357 ddq->d_bcount, &ddq->d_btimer, in xrep_quota_block()
/linux-6.12.1/fs/quota/
Dquota.c553 dst->d_space = quota_bbtob(src->d_bcount); in copy_from_xfs_dqblk()
689 dst->d_bcount = quota_btobb(src->d_space); in copy_to_xfs_dqblk()