Home
last modified time | relevance | path

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

/fs/quota/
Dquota.c461 static inline u64 quota_bbtob(u64 blocks) in quota_bbtob() function
473 dst->d_spc_hardlimit = quota_bbtob(src->d_blk_hardlimit); in copy_from_xfs_dqblk()
474 dst->d_spc_softlimit = quota_bbtob(src->d_blk_softlimit); in copy_from_xfs_dqblk()
477 dst->d_space = quota_bbtob(src->d_bcount); in copy_from_xfs_dqblk()
483 dst->d_rt_spc_hardlimit = quota_bbtob(src->d_rtb_hardlimit); in copy_from_xfs_dqblk()
484 dst->d_rt_spc_softlimit = quota_bbtob(src->d_rtb_softlimit); in copy_from_xfs_dqblk()
485 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()