Home
last modified time | relevance | path

Searched refs:d_rtbtimer (Results 1 – 6 of 6) sorted by relevance

/linux/include/uapi/linux/
H A Ddqblk_xfs.h77 __s32 d_rtbtimer; /* similar to above; for RT disk blks */ member
/linux/fs/quota/
H A Dquota.c564 dst->d_rt_spc_timer = copy_from_xfs_dqblk_ts(src, src->d_rtbtimer, in copy_from_xfs_dqblk()
606 dst->i_rt_spc_timelimit = src->d_rtbtimer; in copy_qcinfo_from_xfs_dqblk()
700 copy_to_xfs_dqblk_ts(dst, &dst->d_rtbtimer, &dst->d_rtbtimer_hi, in copy_to_xfs_dqblk()
/linux/fs/xfs/scrub/
H A Dquota_repair.c365 ddq->d_rtbcount, &ddq->d_rtbtimer, in xrep_quota_block()
/linux/fs/xfs/
H A Dxfs_dquot.c649 dqp->q_rtb.timer = xfs_dquot_from_disk_ts(ddqp, ddqp->d_rtbtimer); in xfs_dquot_from_disk()
694 ddqp->d_rtbtimer = xfs_dquot_to_disk_ts(dqp, dqp->q_rtb.timer); in xfs_dquot_to_disk()
H A Dxfs_qm.c1112 ddq->d_rtbtimer = 0; in xfs_qm_reset_dqcounts()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1458 __be32 d_rtbtimer; /* similar to above; for RT disk blocks */ member