Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Ddqblk_xfs.h72 __u16 d_rtbwarns; /* # warnings issued wrt RT disk blks */ member
/linux-4.4.14/fs/xfs/
Dxfs_qm_syscalls.c509 ddq->d_rtbwarns = cpu_to_be16(newlim->d_rt_spc_warns); in xfs_qm_scall_setqlim()
682 dst->d_rt_spc_warns = be16_to_cpu(dqp->q_core.d_rtbwarns); in xfs_qm_scall_getquota()
Dxfs_qm.c640 qinf->qi_rtbwarnlimit = ddqp->d_rtbwarns ? in xfs_qm_init_quotainfo()
641 be16_to_cpu(ddqp->d_rtbwarns) : XFS_QM_RTBWARNLIMIT; in xfs_qm_init_quotainfo()
856 ddq->d_rtbwarns = 0; in xfs_qm_reset_dqcounts()
Dxfs_trans_dquot.c632 warns = be16_to_cpu(dqp->q_core.d_rtbwarns); in xfs_trans_dqresv()
Dxfs_dquot.c208 d->d_rtbwarns = 0; in xfs_qm_adjust_dqtimers()
/linux-4.4.14/fs/quota/
Dquota.c486 dst->d_rt_spc_warns = src->d_rtbwarns; in copy_from_xfs_dqblk()
529 dst->i_rt_spc_warnlimit = src->d_rtbwarns; in copy_qcinfo_from_xfs_dqblk()
603 dst->d_rtbwarns = src->d_rt_spc_warns; in copy_to_xfs_dqblk()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h1134 __be16 d_rtbwarns; /* warnings issued wrt RT disk blocks */ member