Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/intel/uncore-frequency/
Duncore-frequency-tpmi.c280 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()
/Linux-v6.6/fs/xfs/scrub/
Dialloc.c374 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()
Dtrace.h603 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;
639 __entry->cluster_mask,
/Linux-v6.6/fs/ntfs3/
Dfsntfs.c1107 u32 off = vbo & sbi->cluster_mask; in ntfs_sb_write_run()
1161 lbo = ((u64)lcn << cluster_bits) + (vbo & sbi->cluster_mask); in ntfs_bread_run()
1173 u32 off = vbo & sbi->cluster_mask; in ntfs_read_run_nb()
1316 off = vbo & sbi->cluster_mask; in ntfs_get_bh()
1503 off = vbo & sbi->cluster_mask; in ntfs_bio_pages()
1651 off = vbo & sbi->cluster_mask; in ntfs_vbo_to_lbo()
Dntfs_fs.h215 u32 cluster_mask; // == cluster_size - 1 member
1007 return (size + sbi->cluster_mask) & sbi->cluster_mask_inv; in ntfs_up_cluster()
1020 return (size + sbi->cluster_mask) >> sbi->cluster_bits; in bytes_to_cluster()
Drecord.c316 t32 = mi->sbi->cluster_mask; in mi_enum_attr()
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()
Dsuper.c917 sbi->cluster_mask = sbi->cluster_size - 1; in ntfs_init_from_boot()
918 sbi->cluster_mask_inv = ~(u64)sbi->cluster_mask; in ntfs_init_from_boot()
Dattrib.c1872 mask = sbi->cluster_mask; in attr_collapse_range()
2341 mask = sbi->cluster_mask; /* cluster_size - 1 */ in attr_insert_range()
Dinode.c584 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()