Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Ddqblk_xfs.h76 __u64 d_rtbcount; /* # realtime blocks owned */ member
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_dquot_buf.c96 be64_to_cpu(ddq->d_rtbcount) > be64_to_cpu(ddq->d_rtb_softlimit) && in xfs_dquot_verify()
Dxfs_format.h1296 __be64 d_rtbcount; /* realtime blocks owned */ member
/linux-6.12.1/fs/xfs/
Dxfs_dquot.c614 dqp->q_rtb.count = be64_to_cpu(ddqp->d_rtbcount); in xfs_dquot_from_disk()
655 ddqp->d_rtbcount = cpu_to_be64(dqp->q_rtb.count); in xfs_dquot_to_disk()
Dxfs_qm.c894 ddq->d_rtbcount = 0; in xfs_qm_reset_dqcounts()
/linux-6.12.1/fs/xfs/scrub/
Dquota_repair.c365 ddq->d_rtbcount, &ddq->d_rtbtimer, in xrep_quota_block()
/linux-6.12.1/fs/quota/
Dquota.c563 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()
699 dst->d_rtbcount = quota_btobb(src->d_rt_space); in copy_to_xfs_dqblk()