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

/linux-master/include/uapi/linux/
H A Ddqblk_xfs.h76 __u64 d_rtbcount; /* # realtime blocks owned */ member in struct:fs_disk_quota
/linux-master/fs/xfs/libxfs/
H A Dxfs_dquot_buf.c96 be64_to_cpu(ddq->d_rtbcount) > be64_to_cpu(ddq->d_rtb_softlimit) &&
H A Dxfs_format.h1287 __be64 d_rtbcount; /* realtime blocks owned */ member in struct:xfs_disk_dquot
/linux-master/fs/xfs/
H A Dxfs_dquot.c618 dqp->q_rtb.count = be64_to_cpu(ddqp->d_rtbcount);
659 ddqp->d_rtbcount = cpu_to_be64(dqp->q_rtb.count);
H A Dxfs_qm.c889 ddq->d_rtbcount = 0;
/linux-master/fs/xfs/scrub/
H A Dquota_repair.c368 ddq->d_rtbcount, &ddq->d_rtbtimer,
/linux-master/fs/quota/
H A Dquota.c563 dst->d_rt_space = quota_bbtob(src->d_rtbcount);
699 dst->d_rtbcount = quota_btobb(src->d_rt_space);

Completed in 318 milliseconds