Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dquota.h358 u64 d_rt_space; /* realtime space owned */ member
/Linux-v5.15/fs/xfs/
Dxfs_qm_syscalls.c444 dst->d_rt_space = XFS_FSB_TO_B(mp, dqp->q_rtb.reserved); in xfs_qm_scall_getquota_fill_qc()
/Linux-v5.15/fs/quota/
Dquota.c562 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()
698 dst->d_rtbcount = quota_btobb(src->d_rt_space); in copy_to_xfs_dqblk()