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

/linux-master/include/linux/
H A Dquota.h360 u64 d_rt_space; /* realtime space owned */ member in struct:qc_dqblk
/linux-master/fs/xfs/
H A Dxfs_qm_syscalls.c417 dst->d_rt_space = XFS_FSB_TO_B(mp, dqp->q_rtb.reserved);
/linux-master/fs/quota/
H A Dquota.c563 dst->d_rt_space = quota_bbtob(src->d_rtbcount);
699 dst->d_rtbcount = quota_btobb(src->d_rt_space);

Completed in 282 milliseconds