Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Ddqblk_xfs.h78 __u16 d_rtbwarns; /* # warnings issued wrt RT disk blks */ member
/linux/fs/quota/
A Dquota.c566 dst->d_rt_spc_warns = src->d_rtbwarns; in copy_from_xfs_dqblk()
609 dst->i_rt_spc_warnlimit = src->d_rtbwarns; in copy_qcinfo_from_xfs_dqblk()
702 dst->d_rtbwarns = src->d_rt_spc_warns; in copy_to_xfs_dqblk()
/linux/fs/xfs/
A Dxfs_dquot.c580 dqp->q_rtb.warnings = be16_to_cpu(ddqp->d_rtbwarns); in xfs_dquot_from_disk()
625 ddqp->d_rtbwarns = cpu_to_be16(dqp->q_rtb.warnings); in xfs_dquot_to_disk()
A Dxfs_qm.c892 ddq->d_rtbwarns = 0; in xfs_qm_reset_dqcounts()
/linux/fs/xfs/libxfs/
A Dxfs_format.h1210 __be16 d_rtbwarns; /* warnings issued wrt RT disk blocks */ member

Completed in 18 milliseconds