Searched refs:cluster_size_bits (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/exfat/ |
| A D | balloc.c | 276 clu_start = max_t(u64, range->start >> sbi->cluster_size_bits, in exfat_trim_fs() 278 clu_end = clu_start + (range->len >> sbi->cluster_size_bits) - 1; in exfat_trim_fs() 279 trim_minlen = range->minlen >> sbi->cluster_size_bits; in exfat_trim_fs() 343 range->len = trimmed_total << sbi->cluster_size_bits; in exfat_trim_fs()
|
| A D | exfat_fs.h | 81 #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
|
| A D | super.c | 352 i_size_write(inode, num_clu << sbi->cluster_size_bits); in exfat_read_root() 474 sbi->cluster_size_bits = p_boot->sect_per_clus_bits + in exfat_read_boot_sector() 476 sbi->cluster_size = 1 << sbi->cluster_size_bits; in exfat_read_boot_sector() 490 (sbi->cluster_size_bits - DENTRY_SIZE_BITS); in exfat_read_boot_sector() 518 sbi->cluster_size_bits; in exfat_read_boot_sector()
|
| /linux/fs/ntfs/ |
| A D | compress.c | 482 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()
|
| A D | attrib.c | 109 ni->vol->cluster_size_bits; in ntfs_map_runlist_nolock() 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() 2207 vol->cluster_size_bits, (rl && (rl->lcn >= 0)) ? in ntfs_attr_extend_allocation() 2244 allocated_size) >> vol->cluster_size_bits); in ntfs_attr_extend_allocation() 2303 vol->cluster_size_bits) - 1); in ntfs_attr_extend_allocation() 2372 allocated_size >> vol->cluster_size_bits, NULL, 0, in ntfs_attr_extend_allocation() 2402 (allocated_size >> vol->cluster_size_bits) - 1); in ntfs_attr_extend_allocation() [all …]
|
| A D | file.c | 630 cpos = pos >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write() 632 cend = (end + vol->cluster_size - 1) >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write() 651 bh_cpos = bh_pos >> vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write() 709 (cdelta << (vol->cluster_size_bits - in ntfs_prepare_pages_for_non_resident_write() 845 lcn_block = lcn << (vol->cluster_size_bits - in ntfs_prepare_pages_for_non_resident_write() 930 vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write() 1053 vol->cluster_size_bits) - 1; in ntfs_prepare_pages_for_non_resident_write() 1159 lcn_block = lcn << (vol->cluster_size_bits - blocksize_bits); in ntfs_prepare_pages_for_non_resident_write() 1330 end = bh_cpos << vol->cluster_size_bits; in ntfs_prepare_pages_for_non_resident_write() 1784 vcn = pos >> vol->cluster_size_bits; in ntfs_perform_write() [all …]
|
| A D | aops.c | 243 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()
|
| A D | mft.c | 534 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() 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() 1919 mft_ni->allocated_size += nr << vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock() [all …]
|
| A D | inode.c | 868 ni->itype.index.vcn_size_bits = vol->cluster_size_bits; in ntfs_read_locked_inode() 1083 vol->cluster_size_bits); in ntfs_read_locked_inode() 1365 vol->cluster_size_bits); in ntfs_read_locked_attr_inode() 1578 ni->itype.index.vcn_size_bits = vol->cluster_size_bits; in ntfs_read_locked_index_inode() 1801 block = vol->mft_lcn << vol->cluster_size_bits >> in ntfs_read_inode_mount() 2051 >> vol->cluster_size_bits; in ntfs_read_inode_mount() 2604 old_alloc_size >> vol->cluster_size_bits > in ntfs_truncate() 2685 vol->cluster_size_bits, -1, ctx); in ntfs_truncate() 2697 new_alloc_size >> vol->cluster_size_bits); in ntfs_truncate() 2749 vol->cluster_size_bits) - 1); in ntfs_truncate() [all …]
|
| A D | logfile.c | 741 vol->cluster_size_bits; in ntfs_empty_logfile() 780 block = lcn << vol->cluster_size_bits >> block_size_bits; in ntfs_empty_logfile() 784 end_block = (lcn + len) << vol->cluster_size_bits >> in ntfs_empty_logfile()
|
| A D | volume.h | 48 u8 cluster_size_bits; /* log2(cluster_size) */ member
|
| A D | index.c | 415 if (old_vcn << vol->cluster_size_bits >> in ntfs_index_lookup() 417 vol->cluster_size_bits >> in ntfs_index_lookup()
|
| A D | dir.c | 548 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 >>
|
| A D | super.c | 779 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()
|
| A D | runlist.c | 905 vol->cluster_size_bits) - 1; in ntfs_mapping_pairs_decompress()
|
Completed in 45 milliseconds