Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dialloc.c377 M_IGEO(mp)->inodes_per_cluster); in xchk_iallocbt_check_cluster()
479 cluster_base += M_IGEO(bs->sc->mp)->inodes_per_cluster) { in xchk_iallocbt_check_clusters()
552 if (irec->ir_startino & (igeo->inodes_per_cluster - 1)) { in xchk_iallocbt_rec_alignment()
557 if (igeo->inodes_per_cluster <= XFS_INODES_PER_CHUNK) in xchk_iallocbt_rec_alignment()
566 iabt->next_cluster_ino = irec->ir_startino + igeo->inodes_per_cluster; in xchk_iallocbt_rec_alignment()
H A Dialloc_repair.c300 nr_inodes = min_t(unsigned int, igeo->inodes_per_cluster, in xrep_ibt_process_cluster()
321 irec_index < igeo->inodes_per_cluster; in xrep_ibt_process_cluster()
/linux/fs/xfs/libxfs/
H A Dxfs_shared.h201 unsigned int inodes_per_cluster; member
H A Dxfs_ialloc.c374 for (i = 0; i < M_IGEO(mp)->inodes_per_cluster; i++) { in xfs_ialloc_inode_init()
3036 igeo->inodes_per_cluster = XFS_FSB_TO_INO(mp, igeo->blocks_per_cluster); in xfs_ialloc_setup_geometry()
/linux/fs/xfs/
H A Dxfs_inode.c1696 for (j = 0; j < nbufs; j++, inum += igeo->inodes_per_cluster) { in xfs_ifree_cluster()
1704 ASSERT(ioffset % igeo->inodes_per_cluster == 0); in xfs_ifree_cluster()
1757 for (i = 0; i < igeo->inodes_per_cluster; i++) in xfs_ifree_cluster()
H A Dxfs_icache.c2104 if (items > mp->m_ino_geo.inodes_per_cluster) in xfs_inodegc_want_queue_work()