Searched refs:quota_bbtob (Results 1 – 1 of 1) sorted by relevance
529 static inline u64 quota_bbtob(u64 blocks) in quota_bbtob() function549 dst->d_spc_hardlimit = quota_bbtob(src->d_blk_hardlimit); in copy_from_xfs_dqblk()550 dst->d_spc_softlimit = quota_bbtob(src->d_blk_softlimit); in copy_from_xfs_dqblk()553 dst->d_space = quota_bbtob(src->d_bcount); in copy_from_xfs_dqblk()561 dst->d_rt_spc_hardlimit = quota_bbtob(src->d_rtb_hardlimit); in copy_from_xfs_dqblk()562 dst->d_rt_spc_softlimit = quota_bbtob(src->d_rtb_softlimit); in copy_from_xfs_dqblk()563 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()