Home
last modified time | relevance | path

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

/fs/xfs/scrub/
A Dialloc.c364 unsigned int cluster_base) in xchk_iallocbt_check_cluster() argument
402 if (imap.im_boffset != 0 && cluster_base != 0) { in xchk_iallocbt_check_cluster()
403 ASSERT(imap.im_boffset == 0 || cluster_base == 0); in xchk_iallocbt_check_cluster()
410 cluster_base, nr_inodes, cluster_mask, ir_holemask, in xchk_iallocbt_check_cluster()
412 cluster_base)); in xchk_iallocbt_check_cluster()
447 cluster_base + cluster_index, dip); in xchk_iallocbt_check_cluster()
467 unsigned int cluster_base; in xchk_iallocbt_check_clusters() local
477 for (cluster_base = 0; in xchk_iallocbt_check_clusters()
478 cluster_base < XFS_INODES_PER_CHUNK; in xchk_iallocbt_check_clusters()
479 cluster_base += M_IGEO(bs->sc->mp)->inodes_per_cluster) { in xchk_iallocbt_check_clusters()
[all …]
A Dialloc_repair.c227 unsigned int cluster_base; in xrep_ibt_cluster_record() local
234 cluster_base = cluster_ir_startino - ir_startino; in xrep_ibt_cluster_record()
258 cluster_base / XFS_INODES_PER_HOLEMASK_BIT, in xrep_ibt_cluster_record()
272 ri->rie.ir_free &= ~XFS_INOBT_MASK(cluster_base + in xrep_ibt_cluster_record()
416 xfs_agblock_t cluster_base; in xrep_ibt_record_inode_blocks() local
430 for (cluster_base = 0; in xrep_ibt_record_inode_blocks()
431 cluster_base < rec->rm_blockcount; in xrep_ibt_record_inode_blocks()
432 cluster_base += igeo->blocks_per_cluster) { in xrep_ibt_record_inode_blocks()
434 rec->rm_startblock + cluster_base); in xrep_ibt_record_inode_blocks()

Completed in 6 milliseconds