Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dquota.h358 u64 d_rt_space; /* realtime space owned */ member
/Linux-v5.4/fs/quota/
Dquota.c500 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()
617 dst->d_rtbcount = quota_btobb(src->d_rt_space); in copy_to_xfs_dqblk()
/Linux-v5.4/fs/xfs/
Dxfs_qm_syscalls.c634 dst->d_rt_space = XFS_FSB_TO_B(mp, dqp->q_res_rtbcount); in xfs_qm_scall_getquota_fill_qc()