Home
last modified time | relevance | path

Searched refs:cluster_size_bits (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/fs/ntfs/
Dcompress.c482 vol->cluster_size_bits; in ntfs_read_compressed_block()
488 & ~cb_size_mask) >> vol->cluster_size_bits; in ntfs_read_compressed_block()
490 unsigned int nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits in ntfs_read_compressed_block()
498 vol->cluster_size_bits >> PAGE_SHIFT; in ntfs_read_compressed_block()
535 offset = start_vcn << vol->cluster_size_bits >> PAGE_SHIFT; in ntfs_read_compressed_block()
634 block = lcn << vol->cluster_size_bits >> block_size_bits; in ntfs_read_compressed_block()
Dattrib.c109 ni->vol->cluster_size_bits; in ntfs_map_runlist_nolock()
740 block = lcn << vol->cluster_size_bits >> block_size_bits; in load_attribute_list()
742 max_block = block + (rl->length << vol->cluster_size_bits >> in load_attribute_list()
1572 vol->cluster_size_bits, -1, DATA_ZONE, true); in ntfs_attr_make_non_resident()
1577 vol->cluster_size_bits) > 1 ? "s" : "", in ntfs_attr_make_non_resident()
1673 vol->cluster_size_bits); in ntfs_attr_make_non_resident()
1706 vol->cluster_size_bits); in ntfs_attr_make_non_resident()
1997 vcn = NInoNonResident(ni) ? allocated_size >> vol->cluster_size_bits : in ntfs_attr_extend_allocation()
2205 rl2 = ntfs_cluster_alloc(vol, allocated_size >> vol->cluster_size_bits, in ntfs_attr_extend_allocation()
2207 vol->cluster_size_bits, (rl && (rl->lcn >= 0)) ? in ntfs_attr_extend_allocation()
[all …]
Dfile.c632 cpos = pos >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
634 cend = (end + vol->cluster_size - 1) >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
653 bh_cpos = bh_pos >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
711 (cdelta << (vol->cluster_size_bits - in ntfs_prepare_pages_for_non_resident_write()
847 lcn_block = lcn << (vol->cluster_size_bits - in ntfs_prepare_pages_for_non_resident_write()
932 vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
1055 vol->cluster_size_bits) - 1; in ntfs_prepare_pages_for_non_resident_write()
1161 lcn_block = lcn << (vol->cluster_size_bits - blocksize_bits); in ntfs_prepare_pages_for_non_resident_write()
1332 end = bh_cpos << vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
1789 vcn = pos >> vol->cluster_size_bits; in ntfs_perform_write()
[all …]
Daops.c243 vol->cluster_size_bits; in ntfs_read_block()
261 bh->b_blocknr = ((lcn << vol->cluster_size_bits) in ntfs_read_block()
701 vcn >>= vol->cluster_size_bits; in ntfs_write_block()
717 bh->b_blocknr = ((lcn << vol->cluster_size_bits) + in ntfs_write_block()
1010 vcn >>= vol->cluster_size_bits; in ntfs_write_mst_block()
1027 vol->cluster_size_bits) + in ntfs_write_mst_block()
1584 cluster_size_shift = vol->cluster_size_bits; in ntfs_bmap()
Dmft.c534 vcn >>= vol->cluster_size_bits; in ntfs_sync_mft_mirror()
553 vol->cluster_size_bits) + in ntfs_sync_mft_mirror()
727 vcn >>= vol->cluster_size_bits; in write_mft_record_nolock()
741 vol->cluster_size_bits) + in write_mft_record_nolock()
1305 (ll - 1) >> vol->cluster_size_bits, NULL); in ntfs_mft_bitmap_extend_allocation_nolock()
1736 (ll - 1) >> vol->cluster_size_bits, NULL); in ntfs_mft_data_extend_allocation_nolock()
1750 min_nr = vol->mft_record_size >> vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
1754 nr = vol->mft_record_size << 4 >> vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
1761 if (unlikely((ll + (nr << vol->cluster_size_bits)) >> in ntfs_mft_data_extend_allocation_nolock()
1764 if (unlikely((ll + (nr << vol->cluster_size_bits)) >> in ntfs_mft_data_extend_allocation_nolock()
[all …]
Dvolume.h48 u8 cluster_size_bits; /* log2(cluster_size) */ member
Dlogfile.c742 vol->cluster_size_bits; in ntfs_empty_logfile()
781 block = lcn << vol->cluster_size_bits >> block_size_bits; in ntfs_empty_logfile()
785 end_block = (lcn + len) << vol->cluster_size_bits >> in ntfs_empty_logfile()
Dinode.c862 ni->itype.index.vcn_size_bits = vol->cluster_size_bits; in ntfs_read_locked_inode()
1077 vol->cluster_size_bits); in ntfs_read_locked_inode()
1359 vol->cluster_size_bits); in ntfs_read_locked_attr_inode()
1572 ni->itype.index.vcn_size_bits = vol->cluster_size_bits; in ntfs_read_locked_index_inode()
1795 block = vol->mft_lcn << vol->cluster_size_bits >> in ntfs_read_inode_mount()
2045 >> vol->cluster_size_bits; in ntfs_read_inode_mount()
2599 old_alloc_size >> vol->cluster_size_bits > in ntfs_truncate()
2680 vol->cluster_size_bits, -1, ctx); in ntfs_truncate()
2692 new_alloc_size >> vol->cluster_size_bits); in ntfs_truncate()
2745 vol->cluster_size_bits) - 1); in ntfs_truncate()
[all …]
Dindex.c415 if (old_vcn << vol->cluster_size_bits >> in ntfs_index_lookup()
417 vol->cluster_size_bits >> in ntfs_index_lookup()
Ddir.c548 if (old_vcn << vol->cluster_size_bits >> in ntfs_lookup_inode_by_name()
550 vol->cluster_size_bits >> in ntfs_lookup_inode_by_name()
957 if (old_vcn << vol->cluster_size_bits >>
959 vol->cluster_size_bits >>
Dsuper.c779 vol->cluster_size_bits = ffs(vol->cluster_size) - 1; in parse_ntfs_boot_sector()
783 ntfs_debug("vol->cluster_size_bits = %i", vol->cluster_size_bits); in parse_ntfs_boot_sector()
879 if ((ll << vol->cluster_size_bits) >= (1ULL << 41)) { in parse_ntfs_boot_sector()
884 vol->cluster_size_bits)); in parse_ntfs_boot_sector()
2610 sfs->f_blocks = vol->nr_clusters << vol->cluster_size_bits >> in ntfs_statfs()
2613 size = get_nr_free_clusters(vol) << vol->cluster_size_bits >> in ntfs_statfs()
Drunlist.c905 vol->cluster_size_bits) - 1; in ntfs_mapping_pairs_decompress()
/Linux-v5.10/fs/exfat/
Dexfat_fs.h81 #define EXFAT_CLU_TO_B(b, sbi) ((b) << (sbi)->cluster_size_bits)
82 #define EXFAT_B_TO_CLU(b, sbi) ((b) >> (sbi)->cluster_size_bits)
84 (((b - 1) >> (sbi)->cluster_size_bits) + 1)
100 ((b) << ((sbi)->cluster_size_bits - DENTRY_SIZE_BITS))
218 unsigned int cluster_size_bits; member
Dsuper.c352 i_size_write(inode, num_clu << sbi->cluster_size_bits); in exfat_read_root()
456 sbi->cluster_size_bits = p_boot->sect_per_clus_bits + in exfat_read_boot_sector()
458 sbi->cluster_size = 1 << sbi->cluster_size_bits; in exfat_read_boot_sector()
472 (sbi->cluster_size_bits - DENTRY_SIZE_BITS); in exfat_read_boot_sector()
497 sbi->cluster_size_bits; in exfat_read_boot_sector()