Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dialloc.c205 * @cluster_base is the first inode in the cluster within the @irec.
211 unsigned int cluster_base) in xchk_iallocbt_check_cluster()
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()
242 * inode chunks. When this happens, cluster_base will be zero but 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 in xchk_iallocbt_check_cluster()
208 xchk_iallocbt_check_cluster( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec, unsigned int cluster_base) xchk_iallocbt_check_cluster() argument
316 unsigned int cluster_base; xchk_iallocbt_check_clusters() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dialloc.c359 * @cluster_base is the first inode in the cluster within the @irec.
365 unsigned int cluster_base) in xchk_iallocbt_check_cluster()
382 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base); in xchk_iallocbt_check_cluster()
388 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
395 * inode chunks. When this happens, cluster_base will be zero but in xchk_iallocbt_check_cluster()
404 if (imap.im_boffset != 0 && cluster_base != 0) { in xchk_iallocbt_check_cluster()
405 ASSERT(imap.im_boffset == 0 || cluster_base == 0); in xchk_iallocbt_check_cluster()
411 imap.im_blkno, imap.im_len, cluster_base, nr_inodes, in xchk_iallocbt_check_cluster()
414 cluster_base)); in xchk_iallocbt_check_cluster()
449 cluster_base in xchk_iallocbt_check_cluster()
362 xchk_iallocbt_check_cluster( struct xchk_btree *bs, struct xfs_inobt_rec_incore *irec, unsigned int cluster_base) xchk_iallocbt_check_cluster() argument
469 unsigned int cluster_base; xchk_iallocbt_check_clusters() local
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency-tpmi.c48 u8 __iomem *cluster_base; member
80 control = readq(cluster_info->cluster_base + UNCORE_CONTROL_INDEX); in read_control_freq()
132 control = readq(cluster_info->cluster_base + UNCORE_CONTROL_INDEX); in write_control_freq()
142 writeq(control, (cluster_info->cluster_base + UNCORE_CONTROL_INDEX)); in write_control_freq()
201 status = readq((u8 __iomem *)cluster_info->cluster_base + UNCORE_STATUS_INDEX); in uncore_read_freq()
345 cluster_info->cluster_base = pd_info->uncore_base + mask; in uncore_probe()
357 cluster_info->cluster_base = NULL; in uncore_probe()
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
H A 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()
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/
H A Ddpio-driver.c57 int cluster_base, cluster_size; in dpaa2_dpio_get_cluster_sdest() local
60 cluster_base = 2; in dpaa2_dpio_get_cluster_sdest()
65 cluster_base = 0; in dpaa2_dpio_get_cluster_sdest()
72 return cluster_base + cpu / cluster_size; in dpaa2_dpio_get_cluster_sdest()

Completed in 4 milliseconds