Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dialloc.c368 unsigned int cluster_base) in xchk_iallocbt_check_cluster() argument
385 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base); in xchk_iallocbt_check_cluster()
391 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
406 if (imap.im_boffset != 0 && cluster_base != 0) { in xchk_iallocbt_check_cluster()
407 ASSERT(imap.im_boffset == 0 || cluster_base == 0); in xchk_iallocbt_check_cluster()
414 cluster_base, nr_inodes, cluster_mask, ir_holemask, in xchk_iallocbt_check_cluster()
416 cluster_base)); in xchk_iallocbt_check_cluster()
452 cluster_base + cluster_index, dip); in xchk_iallocbt_check_cluster()
472 unsigned int cluster_base; in xchk_iallocbt_check_clusters() local
482 for (cluster_base = 0; in xchk_iallocbt_check_clusters()
[all …]