Home
last modified time | relevance | path

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

/openbmc/linux/fs/quota/
H A Dquota.c534 static inline u64 quota_btobb(u64 bytes) in quota_btobb() function
685 dst->d_blk_hardlimit = quota_btobb(src->d_spc_hardlimit); in copy_to_xfs_dqblk()
686 dst->d_blk_softlimit = quota_btobb(src->d_spc_softlimit); in copy_to_xfs_dqblk()
689 dst->d_bcount = quota_btobb(src->d_space); in copy_to_xfs_dqblk()
697 dst->d_rtb_hardlimit = quota_btobb(src->d_rt_spc_hardlimit); in copy_to_xfs_dqblk()
698 dst->d_rtb_softlimit = quota_btobb(src->d_rt_spc_softlimit); in copy_to_xfs_dqblk()
699 dst->d_rtbcount = quota_btobb(src->d_rt_space); in copy_to_xfs_dqblk()