Searched refs:cluster_mask (Results 1 – 10 of 10) sorted by relevance
/linux/arch/x86/kernel/apic/ |
A D | x2apic_cluster.c | 12 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/fs/xfs/scrub/ |
A 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()
|
A 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/fs/ntfs3/ |
A 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()
|
A 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()
|
A 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()
|
A 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()
|
A D | inode.c | 560 off = vbo & sbi->cluster_mask; in ntfs_get_block_vbo()
|
A D | attrib.c | 1708 mask = sbi->cluster_mask; in attr_collapse_range()
|
A D | index.c | 376 sector_t blk = (vbo & sbi->cluster_mask) >> sb->s_blocksize_bits; in scan_nres_bitmap()
|
Completed in 36 milliseconds