Searched refs:XFS_FSB_TO_BB (Results 1 – 18 of 18) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_rw.h | 77 (xfs_daddr_t)XFS_FSB_TO_BB((ip)->i_mount, (fsb)) : \ 83 XFS_FSB_TO_BB((io)->io_mount, (fsb)) : \
|
D | xfs_mount.c | 615 mp->m_bsize = XFS_FSB_TO_BB(mp, 1); 843 d = (xfs_daddr_t)XFS_FSB_TO_BB(mp, mp->m_sb.sb_dblocks); 864 d = (xfs_daddr_t)XFS_FSB_TO_BB(mp, mp->m_sb.sb_logblocks); 871 d - XFS_FSB_TO_BB(mp, 1), 872 XFS_FSB_TO_BB(mp, 1), 0, &bp); 962 XFS_FSB_TO_BB(mp, sbp->sb_logblocks));
|
D | xfs_sb.h | 568 #define XFS_FSB_TO_BB(mp,fsbno) ((fsbno) << (mp)->m_blkbb_log) macro 570 (((bb) + (XFS_FSB_TO_BB(mp,1) - 1)) >> (mp)->m_blkbb_log)
|
D | xfs_rtalloc.c | 1960 XFS_FSB_TO_BB(mp, in->newblocks - 1), in xfs_growfs_rt() 1961 XFS_FSB_TO_BB(mp, 1), 0, &bp); in xfs_growfs_rt() 2316 d = (xfs_daddr_t)XFS_FSB_TO_BB(mp, mp->m_sb.sb_rblocks); in xfs_rtmount_init() 2324 d - XFS_FSB_TO_BB(mp, 1), in xfs_rtmount_init() 2325 XFS_FSB_TO_BB(mp, 1), 0, &bp); in xfs_rtmount_init()
|
D | xfs_ag.h | 294 ((xfs_daddr_t)(XFS_FSB_TO_BB(mp, \
|
D | xfs_vfsops.c | 1884 (int)XFS_FSB_TO_BB(mp, mp->m_dalign)); in xfs_showargs() 1888 (int)XFS_FSB_TO_BB(mp, mp->m_swidth)); in xfs_showargs()
|
D | xfs_inode.c | 240 XFS_FSB_TO_BB(mp, mp->m_sb.sb_dblocks)) { in xfs_inotobp() 342 XFS_FSB_TO_BB(mp, mp->m_sb.sb_dblocks)) { in xfs_itobp() 351 XFS_FSB_TO_BB(mp, mp->m_sb.sb_dblocks)); in xfs_itobp() 2730 imap->im_len = XFS_FSB_TO_BB(mp, len); in xfs_imap()
|
D | xfs_attr.c | 1946 blkcnt = XFS_FSB_TO_BB(mp, map[i].br_blockcount); in xfs_attr_rmtval_get() 2075 blkcnt = XFS_FSB_TO_BB(mp, map.br_blockcount); in xfs_attr_rmtval_set() 2140 blkcnt = XFS_FSB_TO_BB(mp, map.br_blockcount); in xfs_attr_rmtval_remove()
|
D | xfs_fsops.c | 160 XFS_FSB_TO_BB(mp, nb) - XFS_FSS_TO_BB(mp, 1), in xfs_growfs_data_private()
|
D | xfs_vnodeops.c | 148 XFS_FSB_TO_BB(mp, ip->i_d.di_nblocks + ip->i_delayed_blks); in xfs_getattr() 1365 XFS_FSB_TO_BB(mp, mval[i].br_blockcount), 0); in xfs_inactive_symlink_rmt() 1574 LINVFS_GET_IP(vp)->i_blocks = XFS_FSB_TO_BB(mp, in xfs_release() 1652 LINVFS_GET_IP(vp)->i_blocks = XFS_FSB_TO_BB(mp, in xfs_inactive()
|
D | xfs_bmap.c | 5590 fixlen = XFS_FSB_TO_BB(mp, XFS_B_TO_FSB(mp, fixlen)); in xfs_getbmap() 5653 out.bmv_offset = XFS_FSB_TO_BB(mp, map[i].br_startoff); in xfs_getbmap() 5654 out.bmv_length = XFS_FSB_TO_BB(mp, map[i].br_blockcount); in xfs_getbmap()
|
D | xfs_da_btree.c | 2194 nmapped = (int)XFS_FSB_TO_BB(mp, mapp[i].br_blockcount); in xfs_da_do_buf()
|
D | xfs_log_recover.c | 2649 XFS_FSB_TO_BB(mp, dq_f->qlf_len), in xlog_recover_do_dquot_trans()
|
D | xfs_attr_leaf.c | 2975 dblkcnt = XFS_FSB_TO_BB(dp->i_mount, in xfs_attr_leaf_freextent()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_lrw.h | 108 XFS_FSB_TO_BB((io)->io_mount, (fsb)) : \
|
D | xfs_super.c | 173 XFS_FSB_TO_BB(mp, ip->i_d.di_nblocks + ip->i_delayed_blks); in xfs_revalidate_inode()
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm_syscalls.c | 880 XFS_FSB_TO_BB(mp, INT_GET(src->d_blk_hardlimit, ARCH_CONVERT)); in xfs_qm_export_dquot() 882 XFS_FSB_TO_BB(mp, INT_GET(src->d_blk_softlimit, ARCH_CONVERT)); in xfs_qm_export_dquot() 888 XFS_FSB_TO_BB(mp, INT_GET(src->d_bcount, ARCH_CONVERT)); in xfs_qm_export_dquot() 896 XFS_FSB_TO_BB(mp, INT_GET(src->d_rtb_hardlimit, ARCH_CONVERT)); in xfs_qm_export_dquot() 898 XFS_FSB_TO_BB(mp, INT_GET(src->d_rtb_softlimit, ARCH_CONVERT)); in xfs_qm_export_dquot() 900 XFS_FSB_TO_BB(mp, INT_GET(src->d_rtbcount, ARCH_CONVERT)); in xfs_qm_export_dquot()
|
D | xfs_qm.c | 1189 qinf->qi_dqchunklen = XFS_FSB_TO_BB(mp, XFS_DQUOT_CLUSTER_SIZE_FSB); in xfs_qm_init_quotainfo()
|