Home
last modified time | relevance | path

Searched refs:d_rt_spc_warns (Results 1 – 4 of 4) sorted by relevance

/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()
536 q->qi_rtbwarnlimit = 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_quotaops.c145 newlim.d_rt_spc_warns = info->i_rt_spc_warnlimit; in xfs_fs_set_info()
/linux-4.4.14/include/linux/
Dquota.h346 int d_rt_spc_warns; /* # warnings issued wrt RT space */ member
/linux-4.4.14/fs/quota/
Dquota.c486 dst->d_rt_spc_warns = src->d_rtbwarns; in copy_from_xfs_dqblk()
603 dst->d_rtbwarns = src->d_rt_spc_warns; in copy_to_xfs_dqblk()