Searched refs:itype (Results 1 – 11 of 11) sorted by relevance
385 ni->itype.index.block_size = 0; in __ntfs_init_inode()386 ni->itype.index.vcn_size = 0; in __ntfs_init_inode()387 ni->itype.index.collation_rule = 0; in __ntfs_init_inode()388 ni->itype.index.block_size_bits = 0; in __ntfs_init_inode()389 ni->itype.index.vcn_size_bits = 0; in __ntfs_init_inode()836 ni->itype.index.collation_rule = ir->collation_rule; in ntfs_read_locked_inode()837 ni->itype.index.block_size = le32_to_cpu(ir->index_block_size); in ntfs_read_locked_inode()838 if (ni->itype.index.block_size & in ntfs_read_locked_inode()839 (ni->itype.index.block_size - 1)) { in ntfs_read_locked_inode()842 ni->itype.index.block_size); in ntfs_read_locked_inode()[all …]
309 dir_ni->itype.index.vcn_size_bits >> PAGE_SHIFT); in ntfs_lookup_inode_by_name()321 dir_ni->itype.index.vcn_size_bits) & ~PAGE_MASK)); in ntfs_lookup_inode_by_name()345 dir_ni->itype.index.block_size) { in ntfs_lookup_inode_by_name()352 dir_ni->itype.index.block_size); in ntfs_lookup_inode_by_name()355 index_end = (u8*)ia + dir_ni->itype.index.block_size; in ntfs_lookup_inode_by_name()365 if (index_end > (u8*)ia + dir_ni->itype.index.block_size) { in ntfs_lookup_inode_by_name()787 dir_ni->itype.index.vcn_size_bits >> PAGE_SHIFT);799 dir_ni->itype.index.vcn_size_bits) & ~PAGE_MASK));823 dir_ni->itype.index.block_size) {830 dir_ni->itype.index.block_size);[all …]
131 idx_ni->itype.index.collation_rule)) { in ntfs_index_lookup()134 idx_ni->itype.index.collation_rule)); in ntfs_index_lookup()213 rc = ntfs_collate(vol, idx_ni->itype.index.collation_rule, key, in ntfs_index_lookup()265 idx_ni->itype.index.vcn_size_bits >> PAGE_SHIFT); in ntfs_index_lookup()277 idx_ni->itype.index.vcn_size_bits) & ~PAGE_MASK)); in ntfs_index_lookup()301 idx_ni->itype.index.block_size) { in ntfs_index_lookup()308 idx_ni->itype.index.block_size); in ntfs_index_lookup()311 index_end = (u8*)ia + idx_ni->itype.index.block_size; in ntfs_index_lookup()321 if (index_end > (u8*)ia + idx_ni->itype.index.block_size) { in ntfs_index_lookup()376 rc = ntfs_collate(vol, idx_ni->itype.index.collation_rule, key, in ntfs_index_lookup()
1726 ni->itype.compressed.size = ni->allocated_size; in ntfs_attr_make_non_resident()1728 ni->itype.compressed.block_size = 1U << (a->data. in ntfs_attr_make_non_resident()1731 ni->itype.compressed.block_size_bits = in ntfs_attr_make_non_resident()1732 ffs(ni->itype.compressed.block_size) - in ntfs_attr_make_non_resident()1734 ni->itype.compressed.block_clusters = 1U << in ntfs_attr_make_non_resident()1737 ni->itype.compressed.block_size = 0; in ntfs_attr_make_non_resident()1738 ni->itype.compressed.block_size_bits = 0; in ntfs_attr_make_non_resident()1739 ni->itype.compressed.block_clusters = 0; in ntfs_attr_make_non_resident()1741 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_make_non_resident()2361 ni->itype.compressed.size += new_alloc_size - allocated_size; in ntfs_attr_extend_allocation()[all …]
476 u32 cb_size = ni->itype.compressed.block_size; in ntfs_read_compressed_block()491 >> ni->itype.compressed.block_size_bits; in ntfs_read_compressed_block()589 cb_clusters = ni->itype.compressed.block_clusters; in ntfs_read_compressed_block()
127 rec_size = ni->itype.index.block_size; in ntfs_end_buffer_async_read()907 unsigned int rec_size = ni->itype.index.block_size; in ntfs_write_mst_block()946 rec_size_bits = ni->itype.index.block_size_bits; in ntfs_write_mst_block()1286 if (ni->itype.index.block_size == PAGE_SIZE) in ntfs_write_mst_block()1719 end = ofs + ni->itype.index.block_size; in mark_ntfs_record_dirty()
2659 ni->itype.index.block_size = 4096; in ntfs_mft_record_alloc()2660 ni->itype.index.block_size_bits = ntfs_ffs(4096) - 1; in ntfs_mft_record_alloc()2661 ni->itype.index.collation_rule = COLLATION_FILE_NAME; in ntfs_mft_record_alloc()2662 if (vol->cluster_size <= ni->itype.index.block_size) { in ntfs_mft_record_alloc()2663 ni->itype.index.vcn_size = vol->cluster_size; in ntfs_mft_record_alloc()2664 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc()2667 ni->itype.index.vcn_size = vol->sector_size; in ntfs_mft_record_alloc()2668 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc()
106 } itype; member
1140 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()1142 cpu_to_sle64(ni->itype.compressed.size); in ntfs_prepare_pages_for_non_resident_write()1233 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()
1056 tmp_ni->itype.index.block_size = vol->mft_record_size; in load_and_init_mft_mirror()1057 tmp_ni->itype.index.block_size_bits = vol->mft_record_size_bits; in load_and_init_mft_mirror()
1237 int itype; in clear_refs_write() local1245 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write()1248 type = (enum clear_refs_types)itype; in clear_refs_write()