Searched refs:cluster_mask (Results 1 – 10 of 10) sorted by relevance
| /linux/lib/ |
| H A D | group_cpus.c | 298 const struct cpumask *cluster_mask; in alloc_cluster_groups() local 310 cluster_mask = topology_cluster_cpumask(cpu); in alloc_cluster_groups() 311 if (!cpumask_weight(cluster_mask)) in alloc_cluster_groups() 314 cpumask_andnot(msk, msk, cluster_mask); in alloc_cluster_groups() 334 cluster_mask = topology_cluster_cpumask(cpu); in alloc_cluster_groups() 335 nc = cpumask_weight_and(cluster_mask, node_cpumask); in alloc_cluster_groups() 336 clusters[n] = cluster_mask; in alloc_cluster_groups() 339 cpumask_andnot(msk, msk, cluster_mask); in alloc_cluster_groups()
|
| /linux/fs/ntfs3/ |
| H A D | fsntfs.c | 1131 u32 off = vbo & sbi->cluster_mask; in ntfs_sb_write_run() 1185 lbo = ((u64)lcn << cluster_bits) + (vbo & sbi->cluster_mask); in ntfs_bread_run() 1199 u32 off = vbo & sbi->cluster_mask; in ntfs_read_run_nb_ra() 1360 off = vbo & sbi->cluster_mask; in ntfs_get_bh() 1541 off = vbo & sbi->cluster_mask; in ntfs_read_write_run() 1684 off = vbo & sbi->cluster_mask; in ntfs_vbo_to_lbo()
|
| H A D | ntfs_fs.h | 220 u32 cluster_mask; // == cluster_size - 1 member 1131 return (size + sbi->cluster_mask) & sbi->cluster_mask_inv; in ntfs_up_cluster() 1144 return (size + sbi->cluster_mask) >> sbi->cluster_bits; in bytes_to_cluster()
|
| H A D | record.c | 353 t32 = mi->sbi->cluster_mask; in mi_enum_attr()
|
| H A D | bitmap.c | 552 u32 off = vbo & sbi->cluster_mask; in wnd_rescan() 714 lbo = ((u64)lcn << sbi->cluster_bits) + (vbo & sbi->cluster_mask); in wnd_map()
|
| H A D | super.c | 1036 sbi->cluster_mask = sbi->cluster_size - 1; in ntfs_init_from_boot() 1037 sbi->cluster_mask_inv = ~(u64)sbi->cluster_mask; in ntfs_init_from_boot()
|
| H A D | inode.c | 941 u32 off = offset & sbi->cluster_mask; in ntfs_iomap_begin() 965 if (IOMAP_ZERO == flags && (endbyte & sbi->cluster_mask)) { in ntfs_iomap_begin()
|
| H A D | attrib.c | 2040 sbi->cluster_mask; in attr_collapse_range() 2557 mask = sbi->cluster_mask; /* cluster_size - 1 */ in attr_insert_range()
|
| H A D | index.c | 374 sector_t blk = (vbo & sbi->cluster_mask) >> sb->s_blocksize_bits; in scan_nres_bitmap()
|
| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 790 uint16_t cluster_mask, uint16_t holemask, 793 cluster_mask, holemask, cluster_ino), 803 __field(uint16_t, cluster_mask) 814 __entry->cluster_mask = cluster_mask; 826 __entry->cluster_mask,
|