Searched refs:blks_per_cluster (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/xfs/scrub/ |
D | ialloc.c | 200 int blks_per_cluster; in xchk_iallocbt_check_freemask() local 206 blks_per_cluster = xfs_icluster_size_fsb(mp); in xchk_iallocbt_check_freemask() 207 nr_inodes = XFS_OFFBNO_TO_AGINO(mp, blks_per_cluster, 0); in xchk_iallocbt_check_freemask() 212 agino += blks_per_cluster * mp->m_sb.sb_inopblock) { in xchk_iallocbt_check_freemask() 233 blks_per_cluster, &oinfo); in xchk_iallocbt_check_freemask() 237 xchk_xref_is_owned_by(bs->sc, agbno, blks_per_cluster, in xchk_iallocbt_check_freemask() 243 imap.im_len = XFS_FSB_TO_BB(mp, blks_per_cluster); in xchk_iallocbt_check_freemask()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_itable.c | 170 int blks_per_cluster; in xfs_bulkstat_ichunk_ra() local 175 blks_per_cluster = xfs_icluster_size_fsb(mp); in xfs_bulkstat_ichunk_ra() 176 inodes_per_cluster = blks_per_cluster << mp->m_sb.sb_inopblog; in xfs_bulkstat_ichunk_ra() 180 i += inodes_per_cluster, agbno += blks_per_cluster) { in xfs_bulkstat_ichunk_ra() 182 xfs_btree_reada_bufs(mp, agno, agbno, blks_per_cluster, in xfs_bulkstat_ichunk_ra()
|
D | xfs_inode.c | 2187 int blks_per_cluster; in xfs_ifree_cluster() local 2202 blks_per_cluster = xfs_icluster_size_fsb(mp); in xfs_ifree_cluster() 2203 inodes_per_cluster = blks_per_cluster << mp->m_sb.sb_inopblog; in xfs_ifree_cluster() 2204 nbufs = mp->m_ialloc_blks / blks_per_cluster; in xfs_ifree_cluster() 2230 mp->m_bsize * blks_per_cluster, in xfs_ifree_cluster()
|
D | xfs_log_recover.c | 3853 int blks_per_cluster; in xlog_recover_do_icreate_pass2() local 3921 blks_per_cluster = xfs_icluster_size_fsb(mp); in xlog_recover_do_icreate_pass2() 3922 bb_per_cluster = XFS_FSB_TO_BB(mp, blks_per_cluster); in xlog_recover_do_icreate_pass2() 3923 nbufs = length / blks_per_cluster; in xlog_recover_do_icreate_pass2() 3928 agbno + i * blks_per_cluster); in xlog_recover_do_icreate_pass2()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 291 int nbufs, blks_per_cluster, inodes_per_cluster; in xfs_ialloc_inode_init() local 302 blks_per_cluster = xfs_icluster_size_fsb(mp); in xfs_ialloc_inode_init() 303 inodes_per_cluster = blks_per_cluster << mp->m_sb.sb_inopblog; in xfs_ialloc_inode_init() 304 nbufs = length / blks_per_cluster; in xfs_ialloc_inode_init() 348 d = XFS_AGB_TO_DADDR(mp, agno, agbno + (j * blks_per_cluster)); in xfs_ialloc_inode_init() 350 mp->m_bsize * blks_per_cluster, in xfs_ialloc_inode_init() 2295 int blks_per_cluster; /* num blocks per inode cluster */ in xfs_imap() local 2341 blks_per_cluster = xfs_icluster_size_fsb(mp); in xfs_imap() 2362 if (blks_per_cluster == 1) { in xfs_imap() 2391 ((offset_agbno / blks_per_cluster) * blks_per_cluster); in xfs_imap() [all …]
|