Home
last modified time | relevance | path

Searched refs:d_rt_space (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dquota.h364 u64 d_rt_space; /* realtime space owned */ member
/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota.c559 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()
695 dst->d_rtbcount = quota_btobb(src->d_rt_space); in copy_to_xfs_dqblk()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_qm_syscalls.c660 dst->d_rt_space = XFS_FSB_TO_B(mp, dqp->q_rtb.reserved); in xfs_qm_scall_getquota_fill_qc()