Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/intel/uncore-frequency/
H A Duncore-frequency-tpmi.c479 u8 cluster_mask; in uncore_probe() local
520 cluster_mask = FIELD_GET(UNCORE_LOCAL_FABRIC_CLUSTER_ID_MASK, header); in uncore_probe()
521 if (!cluster_mask) { in uncore_probe()
522 dev_info(&auxdev->dev, "Uncore: Invalid cluster mask:%x\n", cluster_mask); in uncore_probe()
527 pd_info->cluster_count = hweight8(cluster_mask); in uncore_probe()
/linux/fs/ntfs3/
H A Dfsntfs.c1132 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 Dntfs_fs.h217 u32 cluster_mask; // == cluster_size - 1 member
1006 return (size + sbi->cluster_mask) & sbi->cluster_mask_inv; in ntfs_up_cluster()
1019 return (size + sbi->cluster_mask) >> sbi->cluster_bits; in bytes_to_cluster()
H A Drecord.c324 t32 = mi->sbi->cluster_mask; in mi_enum_attr()
H A 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()
H A Dsuper.c937 sbi->cluster_mask = sbi->cluster_size - 1; in ntfs_init_from_boot()
938 sbi->cluster_mask_inv = ~(u64)sbi->cluster_mask; in ntfs_init_from_boot()
H A Dattrib.c1892 mask = sbi->cluster_mask; in attr_collapse_range()
2361 mask = sbi->cluster_mask; /* cluster_size - 1 */ in attr_insert_range()
H A Dinode.c599 off = vbo & sbi->cluster_mask; in ntfs_get_block_vbo()
H A Dindex.c376 sector_t blk = (vbo & sbi->cluster_mask) >> sb->s_blocksize_bits; in scan_nres_bitmap()