Home
last modified time | relevance | path

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

/Linux-v4.19/fs/quota/
Dquota.c490 static inline u64 quota_bbtob(u64 blocks) in quota_bbtob() function
502 dst->d_spc_hardlimit = quota_bbtob(src->d_blk_hardlimit); in copy_from_xfs_dqblk()
503 dst->d_spc_softlimit = quota_bbtob(src->d_blk_softlimit); in copy_from_xfs_dqblk()
506 dst->d_space = quota_bbtob(src->d_bcount); in copy_from_xfs_dqblk()
512 dst->d_rt_spc_hardlimit = quota_bbtob(src->d_rtb_hardlimit); in copy_from_xfs_dqblk()
513 dst->d_rt_spc_softlimit = quota_bbtob(src->d_rtb_softlimit); in copy_from_xfs_dqblk()
514 dst->d_rt_space = quota_bbtob(src->d_rtbcount); in copy_from_xfs_dqblk()