Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota.c525 static inline u64 quota_bbtob(u64 blocks) in quota_bbtob() function
545 dst->d_spc_hardlimit = quota_bbtob(src->d_blk_hardlimit); in copy_from_xfs_dqblk()
546 dst->d_spc_softlimit = quota_bbtob(src->d_blk_softlimit); in copy_from_xfs_dqblk()
549 dst->d_space = quota_bbtob(src->d_bcount); in copy_from_xfs_dqblk()
557 dst->d_rt_spc_hardlimit = quota_bbtob(src->d_rtb_hardlimit); in copy_from_xfs_dqblk()
558 dst->d_rt_spc_softlimit = quota_bbtob(src->d_rtb_softlimit); in copy_from_xfs_dqblk()
559 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()