Home
last modified time | relevance | path

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

/fs/ntfs/
Dcompress.c502 vol->cluster_size_bits; in ntfs_read_compressed_block()
508 & ~cb_size_mask) >> vol->cluster_size_bits; in ntfs_read_compressed_block()
510 unsigned int nr_cbs = (end_vcn - start_vcn) << vol->cluster_size_bits in ntfs_read_compressed_block()
518 vol->cluster_size_bits >> PAGE_CACHE_SHIFT; in ntfs_read_compressed_block()
552 offset = start_vcn << vol->cluster_size_bits >> PAGE_CACHE_SHIFT; in ntfs_read_compressed_block()
650 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()
754 block = lcn << vol->cluster_size_bits >> block_size_bits; in load_attribute_list()
756 max_block = block + (rl->length << vol->cluster_size_bits >> in load_attribute_list()
1586 vol->cluster_size_bits, -1, DATA_ZONE, true); in ntfs_attr_make_non_resident()
1591 vol->cluster_size_bits) > 1 ? "s" : "", in ntfs_attr_make_non_resident()
1687 vol->cluster_size_bits); in ntfs_attr_make_non_resident()
1720 vol->cluster_size_bits); in ntfs_attr_make_non_resident()
2012 vcn = NInoNonResident(ni) ? allocated_size >> vol->cluster_size_bits : in ntfs_attr_extend_allocation()
2220 rl2 = ntfs_cluster_alloc(vol, allocated_size >> vol->cluster_size_bits, in ntfs_attr_extend_allocation()
2222 vol->cluster_size_bits, (rl && (rl->lcn >= 0)) ? in ntfs_attr_extend_allocation()
[all …]
Dfile.c542 cpos = pos >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
544 cend = (end + vol->cluster_size - 1) >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
563 bh_cpos = bh_pos >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
621 (cdelta << (vol->cluster_size_bits - in ntfs_prepare_pages_for_non_resident_write()
758 lcn_block = lcn << (vol->cluster_size_bits - in ntfs_prepare_pages_for_non_resident_write()
843 vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
966 vol->cluster_size_bits) - 1; in ntfs_prepare_pages_for_non_resident_write()
1072 lcn_block = lcn << (vol->cluster_size_bits - blocksize_bits); in ntfs_prepare_pages_for_non_resident_write()
1243 end = bh_cpos << vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write()
1945 vcn = pos >> vol->cluster_size_bits; in ntfs_file_buffered_write()
[all …]
Dmft.c543 vcn >>= vol->cluster_size_bits; in ntfs_sync_mft_mirror()
562 vol->cluster_size_bits) + in ntfs_sync_mft_mirror()
732 vcn >>= vol->cluster_size_bits; in write_mft_record_nolock()
746 vol->cluster_size_bits) + in write_mft_record_nolock()
1310 (ll - 1) >> vol->cluster_size_bits, NULL); in ntfs_mft_bitmap_extend_allocation_nolock()
1741 (ll - 1) >> vol->cluster_size_bits, NULL); in ntfs_mft_data_extend_allocation_nolock()
1755 min_nr = vol->mft_record_size >> vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
1759 nr = vol->mft_record_size << 4 >> vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
1766 if (unlikely((ll + (nr << vol->cluster_size_bits)) >> in ntfs_mft_data_extend_allocation_nolock()
1769 if (unlikely((ll + (nr << vol->cluster_size_bits)) >> in ntfs_mft_data_extend_allocation_nolock()
[all …]
Daops.c264 vol->cluster_size_bits; in ntfs_read_block()
282 bh->b_blocknr = ((lcn << vol->cluster_size_bits) in ntfs_read_block()
722 vcn >>= vol->cluster_size_bits; in ntfs_write_block()
738 bh->b_blocknr = ((lcn << vol->cluster_size_bits) + in ntfs_write_block()
1028 vcn >>= vol->cluster_size_bits; in ntfs_write_mst_block()
1045 vol->cluster_size_bits) + in ntfs_write_mst_block()
Dinode.c894 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()
1828 block = vol->mft_lcn << vol->cluster_size_bits >> in ntfs_read_inode_mount()
2072 >> vol->cluster_size_bits; in ntfs_read_inode_mount()
2622 old_alloc_size >> vol->cluster_size_bits > in ntfs_truncate()
2703 vol->cluster_size_bits, -1, ctx); in ntfs_truncate()
2715 new_alloc_size >> vol->cluster_size_bits); in ntfs_truncate()
2768 vol->cluster_size_bits) - 1); in ntfs_truncate()
[all …]
Dlogfile.c755 vol->cluster_size_bits; in ntfs_empty_logfile()
794 block = lcn << vol->cluster_size_bits >> block_size_bits; in ntfs_empty_logfile()
798 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()
Dvolume.h61 u8 cluster_size_bits; /* log2(cluster_size) */ member
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.c766 vol->cluster_size_bits = ffs(vol->cluster_size) - 1; in parse_ntfs_boot_sector()
770 ntfs_debug("vol->cluster_size_bits = %i", vol->cluster_size_bits); in parse_ntfs_boot_sector()
866 if ((ll << vol->cluster_size_bits) >= (1ULL << 41)) { in parse_ntfs_boot_sector()
871 vol->cluster_size_bits)); in parse_ntfs_boot_sector()
2606 sfs->f_blocks = vol->nr_clusters << vol->cluster_size_bits >> in ntfs_statfs()
2609 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()