Home
last modified time | relevance | path

Searched refs:quota_btobb (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/quota/
H A Dquota.c530 static inline u64 quota_btobb(u64 bytes) in quota_btobb() function
681 dst->d_blk_hardlimit = quota_btobb(src->d_spc_hardlimit); in copy_to_xfs_dqblk()
682 dst->d_blk_softlimit = quota_btobb(src->d_spc_softlimit); in copy_to_xfs_dqblk()
685 dst->d_bcount = quota_btobb(src->d_space); in copy_to_xfs_dqblk()
693 dst->d_rtb_hardlimit = quota_btobb(src->d_rt_spc_hardlimit); in copy_to_xfs_dqblk()
694 dst->d_rtb_softlimit = quota_btobb(src->d_rt_spc_softlimit); in copy_to_xfs_dqblk()
695 dst->d_rtbcount = quota_btobb(src->d_rt_space); in copy_to_xfs_dqblk()
/kernel/linux/linux-6.6/fs/quota/
H A Dquota.c534 static inline u64 quota_btobb(u64 bytes) in quota_btobb() function
685 dst->d_blk_hardlimit = quota_btobb(src->d_spc_hardlimit); in copy_to_xfs_dqblk()
686 dst->d_blk_softlimit = quota_btobb(src->d_spc_softlimit); in copy_to_xfs_dqblk()
689 dst->d_bcount = quota_btobb(src->d_space); in copy_to_xfs_dqblk()
697 dst->d_rtb_hardlimit = quota_btobb(src->d_rt_spc_hardlimit); in copy_to_xfs_dqblk()
698 dst->d_rtb_softlimit = quota_btobb(src->d_rt_spc_softlimit); in copy_to_xfs_dqblk()
699 dst->d_rtbcount = quota_btobb(src->d_rt_space); in copy_to_xfs_dqblk()

Completed in 3 milliseconds