Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dcompress.c496 vol->cluster_size_bits; in ntfs_read_compressed_block()
502 & ~cb_size_mask) >> vol->cluster_size_bits; in ntfs_read_compressed_block()
504 unsigned int nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits in ntfs_read_compressed_block()
512 vol->cluster_size_bits >> PAGE_SHIFT; in ntfs_read_compressed_block()
549 offset = start_vcn << vol->cluster_size_bits >> PAGE_SHIFT; in ntfs_read_compressed_block()
648 block = lcn << vol->cluster_size_bits >> block_size_bits; in ntfs_read_compressed_block()
Dattrib.c123 ni->vol->cluster_size_bits; in ntfs_map_runlist_nolock()
778 block = lcn << vol->cluster_size_bits >> block_size_bits; in load_attribute_list()
780 max_block = block + (rl->length << vol->cluster_size_bits >> in load_attribute_list()
1610 vol->cluster_size_bits, -1, DATA_ZONE, true); in ntfs_attr_make_non_resident()
1615 vol->cluster_size_bits) > 1 ? "s" : "", in ntfs_attr_make_non_resident()
1711 vol->cluster_size_bits); in ntfs_attr_make_non_resident()
1744 vol->cluster_size_bits); in ntfs_attr_make_non_resident()
2035 vcn = NInoNonResident(ni) ? allocated_size >> vol->cluster_size_bits : in ntfs_attr_extend_allocation()
2243 rl2 = ntfs_cluster_alloc(vol, allocated_size >> vol->cluster_size_bits, in ntfs_attr_extend_allocation()
2245 vol->cluster_size_bits, (rl && (rl->lcn >= 0)) ? in ntfs_attr_extend_allocation()
[all …]
Dfile.c646 cpos = pos >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
648 cend = (end + vol->cluster_size - 1) >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
667 bh_cpos = bh_pos >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
725 (cdelta << (vol->cluster_size_bits - in ntfs_prepare_pages_for_non_resident_write()
861 lcn_block = lcn << (vol->cluster_size_bits - in ntfs_prepare_pages_for_non_resident_write()
946 vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
1069 vol->cluster_size_bits) - 1; in ntfs_prepare_pages_for_non_resident_write()
1175 lcn_block = lcn << (vol->cluster_size_bits - blocksize_bits); in ntfs_prepare_pages_for_non_resident_write()
1346 end = bh_cpos << vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
1803 vcn = pos >> vol->cluster_size_bits; in ntfs_perform_write()
[all …]
Daops.c260 vol->cluster_size_bits; in ntfs_read_block()
278 bh->b_blocknr = ((lcn << vol->cluster_size_bits) in ntfs_read_block()
718 vcn >>= vol->cluster_size_bits; in ntfs_write_block()
734 bh->b_blocknr = ((lcn << vol->cluster_size_bits) + in ntfs_write_block()
1027 vcn >>= vol->cluster_size_bits; in ntfs_write_mst_block()
1044 vol->cluster_size_bits) + in ntfs_write_mst_block()
1601 cluster_size_shift = vol->cluster_size_bits; in ntfs_bmap()
Dvolume.h62 u8 cluster_size_bits; /* log2(cluster_size) */ member
Dmft.c548 vcn >>= vol->cluster_size_bits; in ntfs_sync_mft_mirror()
567 vol->cluster_size_bits) + in ntfs_sync_mft_mirror()
741 vcn >>= vol->cluster_size_bits; in write_mft_record_nolock()
755 vol->cluster_size_bits) + in write_mft_record_nolock()
1319 (ll - 1) >> vol->cluster_size_bits, NULL); in ntfs_mft_bitmap_extend_allocation_nolock()
1750 (ll - 1) >> vol->cluster_size_bits, NULL); in ntfs_mft_data_extend_allocation_nolock()
1764 min_nr = vol->mft_record_size >> vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
1768 nr = vol->mft_record_size << 4 >> vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
1775 if (unlikely((ll + (nr << vol->cluster_size_bits)) >> in ntfs_mft_data_extend_allocation_nolock()
1778 if (unlikely((ll + (nr << vol->cluster_size_bits)) >> in ntfs_mft_data_extend_allocation_nolock()
[all …]
Dlogfile.c756 vol->cluster_size_bits; in ntfs_empty_logfile()
795 block = lcn << vol->cluster_size_bits >> block_size_bits; in ntfs_empty_logfile()
799 end_block = (lcn + len) << vol->cluster_size_bits >> in ntfs_empty_logfile()
Dindex.c429 if (old_vcn << vol->cluster_size_bits >> in ntfs_index_lookup()
431 vol->cluster_size_bits >> in ntfs_index_lookup()
Dinode.c893 ni->itype.index.vcn_size_bits = vol->cluster_size_bits; in ntfs_read_locked_inode()
1108 vol->cluster_size_bits); in ntfs_read_locked_inode()
1390 vol->cluster_size_bits); in ntfs_read_locked_attr_inode()
1603 ni->itype.index.vcn_size_bits = vol->cluster_size_bits; in ntfs_read_locked_index_inode()
1826 block = vol->mft_lcn << vol->cluster_size_bits >> in ntfs_read_inode_mount()
2087 >> vol->cluster_size_bits; in ntfs_read_inode_mount()
2638 old_alloc_size >> vol->cluster_size_bits > in ntfs_truncate()
2719 vol->cluster_size_bits, -1, ctx); in ntfs_truncate()
2731 new_alloc_size >> vol->cluster_size_bits); in ntfs_truncate()
2784 vol->cluster_size_bits) - 1); in ntfs_truncate()
[all …]
Ddir.c561 if (old_vcn << vol->cluster_size_bits >> in ntfs_lookup_inode_by_name()
563 vol->cluster_size_bits >> in ntfs_lookup_inode_by_name()
970 if (old_vcn << vol->cluster_size_bits >>
972 vol->cluster_size_bits >>
Dsuper.c793 vol->cluster_size_bits = ffs(vol->cluster_size) - 1; in parse_ntfs_boot_sector()
797 ntfs_debug("vol->cluster_size_bits = %i", vol->cluster_size_bits); in parse_ntfs_boot_sector()
893 if ((ll << vol->cluster_size_bits) >= (1ULL << 41)) { in parse_ntfs_boot_sector()
898 vol->cluster_size_bits)); in parse_ntfs_boot_sector()
2625 sfs->f_blocks = vol->nr_clusters << vol->cluster_size_bits >> in ntfs_statfs()
2628 size = get_nr_free_clusters(vol) << vol->cluster_size_bits >> in ntfs_statfs()
Drunlist.c919 vol->cluster_size_bits) - 1; in ntfs_mapping_pairs_decompress()