Searched refs:quota_bbtob (Results 1 – 1 of 1) sorted by relevance
528 static inline u64 quota_bbtob(u64 blocks) in quota_bbtob() function548 dst->d_spc_hardlimit = quota_bbtob(src->d_blk_hardlimit); in copy_from_xfs_dqblk()549 dst->d_spc_softlimit = quota_bbtob(src->d_blk_softlimit); in copy_from_xfs_dqblk()552 dst->d_space = quota_bbtob(src->d_bcount); in copy_from_xfs_dqblk()560 dst->d_rt_spc_hardlimit = quota_bbtob(src->d_rtb_hardlimit); in copy_from_xfs_dqblk()561 dst->d_rt_spc_softlimit = quota_bbtob(src->d_rtb_softlimit); in copy_from_xfs_dqblk()562 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()