Searched refs:cluster_mask (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | x2apic_cluster.c | 12 struct cluster_mask { struct 20 static DEFINE_PER_CPU(struct cluster_mask *, cluster_masks); 21 static struct cluster_mask *cluster_hotplug_mask; 57 struct cluster_mask *cmsk = per_cpu(cluster_masks, cpu); in __x2apic_send_IPI_mask() 102 struct cluster_mask *cmsk = this_cpu_read(cluster_masks); in init_x2apic_ldr() 159 struct cluster_mask *cmsk = per_cpu(cluster_masks, dead_cpu); in x2apic_dead_cpu()
|
/kernel/linux/linux-6.6/drivers/platform/x86/intel/uncore-frequency/ |
H A D | uncore-frequency-tpmi.c | 280 u8 cluster_mask; in uncore_probe() local 312 cluster_mask = FIELD_GET(UNCORE_LOCAL_FABRIC_CLUSTER_ID_MASK, header); in uncore_probe() 313 if (!cluster_mask) { in uncore_probe() 314 dev_info(&auxdev->dev, "Uncore: Invalid cluster mask:%x\n", cluster_mask); in uncore_probe() 319 pd_info->cluster_count = hweight8(cluster_mask); in uncore_probe()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | ialloc.c | 221 uint16_t cluster_mask = 0; in xchk_iallocbt_check_cluster() local 235 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster() 245 ir_holemask = (irec->ir_holemask & cluster_mask); in xchk_iallocbt_check_cluster() 259 cluster_mask, ir_holemask, in xchk_iallocbt_check_cluster() 264 if (ir_holemask != cluster_mask && ir_holemask != 0) { in xchk_iallocbt_check_cluster()
|
H A D | trace.h | 555 unsigned int nr_inodes, uint16_t cluster_mask, 558 cluster_mask, holemask, cluster_ino), 568 __field(uint16_t, cluster_mask) 579 __entry->cluster_mask = cluster_mask; 583 TP_printk("dev %d:%d agno %d startino %u daddr 0x%llx len %d chunkino %u nr_inodes %u cluster_mask 0x%x holemask 0x%x cluster_ino %u", 591 __entry->cluster_mask,
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | ialloc.c | 374 uint16_t cluster_mask = 0; in xchk_iallocbt_check_cluster() local 388 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster() 398 ir_holemask = (irec->ir_holemask & cluster_mask); in xchk_iallocbt_check_cluster() 412 cluster_mask, ir_holemask, in xchk_iallocbt_check_cluster() 417 if (ir_holemask != cluster_mask && ir_holemask != 0) { in xchk_iallocbt_check_cluster()
|
H A D | trace.h | 603 unsigned int nr_inodes, uint16_t cluster_mask, 606 cluster_mask, holemask, cluster_ino), 616 __field(uint16_t, cluster_mask) 627 __entry->cluster_mask = cluster_mask; 631 TP_printk("dev %d:%d agno 0x%x startino 0x%x daddr 0x%llx bbcount 0x%x chunkino 0x%x nr_inodes %u cluster_mask 0x%x holemask 0x%x cluster_ino 0x%x", 639 __entry->cluster_mask,
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fsntfs.c | 1132 u32 off = vbo & sbi->cluster_mask; in ntfs_sb_write_run() 1186 lbo = ((u64)lcn << cluster_bits) + (vbo & sbi->cluster_mask); in ntfs_bread_run() 1198 u32 off = vbo & sbi->cluster_mask; in ntfs_read_run_nb() 1341 off = vbo & sbi->cluster_mask; in ntfs_get_bh() 1528 off = vbo & sbi->cluster_mask; in ntfs_bio_pages() 1676 off = vbo & sbi->cluster_mask; in ntfs_vbo_to_lbo()
|
H A D | ntfs_fs.h | 217 u32 cluster_mask; // == cluster_size - 1 member 1015 return (size + sbi->cluster_mask) & sbi->cluster_mask_inv; in ntfs_up_cluster() 1028 return (size + sbi->cluster_mask) >> sbi->cluster_bits; in bytes_to_cluster()
|
H A D | record.c | 316 t32 = mi->sbi->cluster_mask; in mi_enum_attr()
|
H A D | super.c | 930 sbi->cluster_mask = sbi->cluster_size - 1; in ntfs_init_from_boot() 931 sbi->cluster_mask_inv = ~(u64)sbi->cluster_mask; in ntfs_init_from_boot()
|
H A D | bitmap.c | 543 u32 off = vbo & sbi->cluster_mask; in wnd_rescan() 697 lbo = ((u64)lcn << sbi->cluster_bits) + (vbo & sbi->cluster_mask); in wnd_map()
|
H A D | attrib.c | 1883 mask = sbi->cluster_mask; in attr_collapse_range() 2352 mask = sbi->cluster_mask; /* cluster_size - 1 */ in attr_insert_range()
|
H A D | inode.c | 584 off = vbo & sbi->cluster_mask; in ntfs_get_block_vbo()
|
H A D | index.c | 376 sector_t blk = (vbo & sbi->cluster_mask) >> sb->s_blocksize_bits; in scan_nres_bitmap()
|
Completed in 39 milliseconds