Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/apic/
Dx2apic_cluster.c12 struct cluster_mask { struct
26 static DEFINE_PER_CPU_READ_MOSTLY(struct cluster_mask *, cluster_masks); argument
27 static struct cluster_mask *cluster_hotplug_mask;
63 struct cluster_mask *cmsk = per_cpu(cluster_masks, cpu); in __x2apic_send_IPI_mask()
108 struct cluster_mask *cmsk = this_cpu_read(cluster_masks); in init_x2apic_ldr()
165 struct cluster_mask *cmsk = per_cpu(cluster_masks, dead_cpu); in x2apic_dead_cpu()
/Linux-v6.1/fs/xfs/scrub/
Dialloc.c219 uint16_t cluster_mask = 0; in xchk_iallocbt_check_cluster() local
233 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster()
243 ir_holemask = (irec->ir_holemask & cluster_mask); in xchk_iallocbt_check_cluster()
257 cluster_mask, ir_holemask, in xchk_iallocbt_check_cluster()
262 if (ir_holemask != cluster_mask && ir_holemask != 0) { in xchk_iallocbt_check_cluster()
Dtrace.h561 unsigned int nr_inodes, uint16_t cluster_mask,
564 cluster_mask, holemask, cluster_ino),
574 __field(uint16_t, cluster_mask)
585 __entry->cluster_mask = cluster_mask;
597 __entry->cluster_mask,
/Linux-v6.1/fs/ntfs3/
Dfsntfs.c1084 u32 off = vbo & sbi->cluster_mask; in ntfs_sb_write_run()
1138 lbo = ((u64)lcn << cluster_bits) + (vbo & sbi->cluster_mask); in ntfs_bread_run()
1150 u32 off = vbo & sbi->cluster_mask; in ntfs_read_run_nb()
1293 off = vbo & sbi->cluster_mask; in ntfs_get_bh()
1480 off = vbo & sbi->cluster_mask; in ntfs_bio_pages()
1628 off = vbo & sbi->cluster_mask; in ntfs_vbo_to_lbo()
Dntfs_fs.h207 u32 cluster_mask; // == cluster_size - 1 member
991 return (size + sbi->cluster_mask) & sbi->cluster_mask_inv; in ntfs_up_cluster()
1004 return (size + sbi->cluster_mask) >> sbi->cluster_bits; in bytes_to_cluster()
Dsuper.c785 sbi->cluster_mask = sbi->cluster_size - 1; in ntfs_init_from_boot()
786 sbi->cluster_mask_inv = ~(u64)sbi->cluster_mask; in ntfs_init_from_boot()
Dbitmap.c543 u32 off = vbo & sbi->cluster_mask; in wnd_rescan()
697 lbo = ((u64)lcn << sbi->cluster_bits) + (vbo & sbi->cluster_mask); in wnd_map()
Dattrib.c1783 mask = sbi->cluster_mask; in attr_collapse_range()
2247 mask = sbi->cluster_mask; /* cluster_size - 1 */ in attr_insert_range()
Dinode.c561 off = vbo & sbi->cluster_mask; in ntfs_get_block_vbo()
Dindex.c376 sector_t blk = (vbo & sbi->cluster_mask) >> sb->s_blocksize_bits; in scan_nres_bitmap()