Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dquota.h358 u64 d_rt_space; /* realtime space owned */ member
/Linux-v4.19/fs/quota/
Dquota.c514 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()
631 dst->d_rtbcount = quota_btobb(src->d_rt_space); in copy_to_xfs_dqblk()
/Linux-v4.19/fs/xfs/
Dxfs_qm_syscalls.c639 dst->d_rt_space = XFS_FSB_TO_B(mp, dqp->q_res_rtbcount); in xfs_qm_scall_getquota_fill_qc()