Searched refs:cluster_mask (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/arch/x86/kernel/apic/ |
| D | x2apic_cluster.c | 12 struct cluster_mask { struct 20 static DEFINE_PER_CPU(struct cluster_mask *, cluster_masks); argument 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()
|
| /Linux-v5.15/fs/xfs/scrub/ |
| D | ialloc.c | 220 uint16_t cluster_mask = 0; in xchk_iallocbt_check_cluster() local 234 cluster_mask |= XFS_INOBT_MASK((cluster_base + cluster_index) / in xchk_iallocbt_check_cluster() 244 ir_holemask = (irec->ir_holemask & cluster_mask); in xchk_iallocbt_check_cluster() 258 cluster_mask, ir_holemask, in xchk_iallocbt_check_cluster() 263 if (ir_holemask != cluster_mask && ir_holemask != 0) { in xchk_iallocbt_check_cluster()
|
| D | trace.h | 561 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-v5.15/fs/ntfs3/ |
| D | fsntfs.c | 1084 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() 1491 off = vbo & sbi->cluster_mask; in ntfs_bio_pages() 1652 off = vbo & sbi->cluster_mask; in ntfs_vbo_to_lbo()
|
| D | ntfs_fs.h | 208 u32 cluster_mask; // == cluster_size - 1 member 990 return (size + sbi->cluster_mask) & sbi->cluster_mask_inv; in ntfs_up_cluster() 1003 return (size + sbi->cluster_mask) >> sbi->cluster_bits; in bytes_to_cluster()
|
| D | super.c | 780 sbi->cluster_mask = sbi->cluster_size - 1; in ntfs_init_from_boot() 781 sbi->cluster_mask_inv = ~(u64)sbi->cluster_mask; in ntfs_init_from_boot()
|
| D | bitmap.c | 548 u32 off = vbo & sbi->cluster_mask; in wnd_rescan() 702 lbo = ((u64)lcn << sbi->cluster_bits) + (vbo & sbi->cluster_mask); in wnd_map()
|
| D | inode.c | 560 off = vbo & sbi->cluster_mask; in ntfs_get_block_vbo()
|
| D | attrib.c | 1708 mask = sbi->cluster_mask; in attr_collapse_range()
|
| D | index.c | 376 sector_t blk = (vbo & sbi->cluster_mask) >> sb->s_blocksize_bits; in scan_nres_bitmap()
|