Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Ddqblk_xfs.h76 __u64 d_rtbcount; /* # realtime blocks owned */ member
/linux/fs/xfs/
H A Dxfs_dquot.c645 dqp->q_rtb.count = be64_to_cpu(ddqp->d_rtbcount); in xfs_dquot_from_disk()
686 ddqp->d_rtbcount = cpu_to_be64(dqp->q_rtb.count); in xfs_dquot_to_disk()
H A Dxfs_qm.c1054 ddq->d_rtbcount = 0; in xfs_qm_reset_dqcounts()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1457 __be64 d_rtbcount; /* realtime blocks owned */ member