Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/scrub/
Dialloc.c211 unsigned int cluster_base) in xchk_iallocbt_check_cluster() argument
229 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base); in xchk_iallocbt_check_cluster()
235 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
251 if (imap.im_boffset != 0 && cluster_base != 0) { in xchk_iallocbt_check_cluster()
252 ASSERT(imap.im_boffset == 0 || cluster_base == 0); in xchk_iallocbt_check_cluster()
258 imap.im_blkno, imap.im_len, cluster_base, nr_inodes, in xchk_iallocbt_check_cluster()
261 cluster_base)); in xchk_iallocbt_check_cluster()
296 cluster_base + cluster_index, dip); in xchk_iallocbt_check_cluster()
316 unsigned int cluster_base; in xchk_iallocbt_check_clusters() local
326 for (cluster_base = 0; in xchk_iallocbt_check_clusters()
[all …]
/Linux-v5.10/drivers/soc/fsl/dpio/
Ddpio-driver.c58 int cluster_base, cluster_size; in dpaa2_dpio_get_cluster_sdest() local
61 cluster_base = 2; in dpaa2_dpio_get_cluster_sdest()
66 cluster_base = 0; in dpaa2_dpio_get_cluster_sdest()
73 return cluster_base + cpu / cluster_size; in dpaa2_dpio_get_cluster_sdest()