Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_qm_syscalls.c599 xfs_setqlim_timer(mp, res, qlim, newlim->d_rt_spc_timer); in xfs_qm_scall_setqlim()
661 dst->d_rt_spc_timer = dqp->q_rtb.timer; in xfs_qm_scall_getquota_fill_qc()
672 dst->d_rt_spc_timer = 0; in xfs_qm_scall_getquota_fill_qc()
H A Dxfs_quotaops.c129 newlim.d_rt_spc_timer = info->i_rt_spc_timelimit; in xfs_fs_set_info()
/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota.c560 dst->d_rt_spc_timer = copy_from_xfs_dqblk_ts(src, src->d_rtbtimer, in copy_from_xfs_dqblk()
671 want_bigtime(src->d_rt_spc_timer)) in copy_to_xfs_dqblk()
697 src->d_rt_spc_timer); in copy_to_xfs_dqblk()
/OK3568_Linux_fs/kernel/include/linux/
H A Dquota.h365 s64 d_rt_spc_timer; /* similar to above; for RT space */ member