Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_qm_syscalls.c507 ddq->d_rtbwarns = cpu_to_be16(newlim->d_rt_spc_warns); in xfs_qm_scall_setqlim()
677 dst->d_rt_spc_warns = be16_to_cpu(dqp->q_core.d_rtbwarns); in xfs_qm_scall_getquota()
Dxfs_qm.c674 qinf->qi_rtbwarnlimit = ddqp->d_rtbwarns ? in xfs_qm_init_quotainfo()
675 be16_to_cpu(ddqp->d_rtbwarns) : XFS_QM_RTBWARNLIMIT; in xfs_qm_init_quotainfo()
883 ddq->d_rtbwarns = 0; in xfs_qm_reset_dqcounts()
Dxfs_trans_dquot.c639 warns = be16_to_cpu(dqp->q_core.d_rtbwarns); in xfs_trans_dqresv()
Dxfs_dquot.c212 d->d_rtbwarns = 0; in xfs_qm_adjust_dqtimers()
/fs/quota/
Dquota.c520 dst->d_rt_spc_warns = src->d_rtbwarns; in copy_from_xfs_dqblk()
563 dst->i_rt_spc_warnlimit = src->d_rtbwarns; in copy_qcinfo_from_xfs_dqblk()
637 dst->d_rtbwarns = src->d_rt_spc_warns; in copy_to_xfs_dqblk()
/fs/xfs/libxfs/
Dxfs_format.h1176 __be16 d_rtbwarns; /* warnings issued wrt RT disk blocks */ member