Home
last modified time | relevance | path

Searched refs:itype (Results 1 – 11 of 11) sorted by relevance

/linux-4.19.296/fs/ntfs/
Dinode.c410 ni->itype.index.block_size = 0; in __ntfs_init_inode()
411 ni->itype.index.vcn_size = 0; in __ntfs_init_inode()
412 ni->itype.index.collation_rule = 0; in __ntfs_init_inode()
413 ni->itype.index.block_size_bits = 0; in __ntfs_init_inode()
414 ni->itype.index.vcn_size_bits = 0; in __ntfs_init_inode()
861 ni->itype.index.collation_rule = ir->collation_rule; in ntfs_read_locked_inode()
862 ni->itype.index.block_size = le32_to_cpu(ir->index_block_size); in ntfs_read_locked_inode()
863 if (ni->itype.index.block_size & in ntfs_read_locked_inode()
864 (ni->itype.index.block_size - 1)) { in ntfs_read_locked_inode()
867 ni->itype.index.block_size); in ntfs_read_locked_inode()
[all …]
Dindex.c145 idx_ni->itype.index.collation_rule)) { in ntfs_index_lookup()
148 idx_ni->itype.index.collation_rule)); in ntfs_index_lookup()
227 rc = ntfs_collate(vol, idx_ni->itype.index.collation_rule, key, in ntfs_index_lookup()
279 idx_ni->itype.index.vcn_size_bits >> PAGE_SHIFT); in ntfs_index_lookup()
291 idx_ni->itype.index.vcn_size_bits) & ~PAGE_MASK)); in ntfs_index_lookup()
315 idx_ni->itype.index.block_size) { in ntfs_index_lookup()
322 idx_ni->itype.index.block_size); in ntfs_index_lookup()
325 index_end = (u8*)ia + idx_ni->itype.index.block_size; in ntfs_index_lookup()
335 if (index_end > (u8*)ia + idx_ni->itype.index.block_size) { in ntfs_index_lookup()
390 rc = ntfs_collate(vol, idx_ni->itype.index.collation_rule, key, in ntfs_index_lookup()
Ddir.c322 dir_ni->itype.index.vcn_size_bits >> PAGE_SHIFT); in ntfs_lookup_inode_by_name()
334 dir_ni->itype.index.vcn_size_bits) & ~PAGE_MASK)); in ntfs_lookup_inode_by_name()
358 dir_ni->itype.index.block_size) { in ntfs_lookup_inode_by_name()
365 dir_ni->itype.index.block_size); in ntfs_lookup_inode_by_name()
368 index_end = (u8*)ia + dir_ni->itype.index.block_size; in ntfs_lookup_inode_by_name()
378 if (index_end > (u8*)ia + dir_ni->itype.index.block_size) { in ntfs_lookup_inode_by_name()
800 dir_ni->itype.index.vcn_size_bits >> PAGE_SHIFT);
812 dir_ni->itype.index.vcn_size_bits) & ~PAGE_MASK));
836 dir_ni->itype.index.block_size) {
843 dir_ni->itype.index.block_size);
[all …]
Dattrib.c1740 ni->itype.compressed.size = ni->allocated_size; in ntfs_attr_make_non_resident()
1742 ni->itype.compressed.block_size = 1U << (a->data. in ntfs_attr_make_non_resident()
1745 ni->itype.compressed.block_size_bits = in ntfs_attr_make_non_resident()
1746 ffs(ni->itype.compressed.block_size) - in ntfs_attr_make_non_resident()
1748 ni->itype.compressed.block_clusters = 1U << in ntfs_attr_make_non_resident()
1751 ni->itype.compressed.block_size = 0; in ntfs_attr_make_non_resident()
1752 ni->itype.compressed.block_size_bits = 0; in ntfs_attr_make_non_resident()
1753 ni->itype.compressed.block_clusters = 0; in ntfs_attr_make_non_resident()
1755 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_make_non_resident()
2375 ni->itype.compressed.size += new_alloc_size - allocated_size; in ntfs_attr_extend_allocation()
[all …]
Dcompress.c490 u32 cb_size = ni->itype.compressed.block_size; in ntfs_read_compressed_block()
505 >> ni->itype.compressed.block_size_bits; in ntfs_read_compressed_block()
603 cb_clusters = ni->itype.compressed.block_clusters; in ntfs_read_compressed_block()
Daops.c143 rec_size = ni->itype.index.block_size; in ntfs_end_buffer_async_read()
924 unsigned int rec_size = ni->itype.index.block_size; in ntfs_write_mst_block()
963 rec_size_bits = ni->itype.index.block_size_bits; in ntfs_write_mst_block()
1303 if (ni->itype.index.block_size == PAGE_SIZE) in ntfs_write_mst_block()
1736 end = ofs + ni->itype.index.block_size; in mark_ntfs_record_dirty()
Dinode.h120 } itype; member
Dmft.c2673 ni->itype.index.block_size = 4096; in ntfs_mft_record_alloc()
2674 ni->itype.index.block_size_bits = ntfs_ffs(4096) - 1; in ntfs_mft_record_alloc()
2675 ni->itype.index.collation_rule = COLLATION_FILE_NAME; in ntfs_mft_record_alloc()
2676 if (vol->cluster_size <= ni->itype.index.block_size) { in ntfs_mft_record_alloc()
2677 ni->itype.index.vcn_size = vol->cluster_size; in ntfs_mft_record_alloc()
2678 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc()
2681 ni->itype.index.vcn_size = vol->sector_size; in ntfs_mft_record_alloc()
2682 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc()
Dfile.c1157 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()
1159 cpu_to_sle64(ni->itype.compressed.size); in ntfs_prepare_pages_for_non_resident_write()
1250 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()
Dsuper.c1070 tmp_ni->itype.index.block_size = vol->mft_record_size; in load_and_init_mft_mirror()
1071 tmp_ni->itype.index.block_size_bits = vol->mft_record_size_bits; in load_and_init_mft_mirror()
/linux-4.19.296/fs/proc/
Dtask_mmu.c1093 int itype; in clear_refs_write() local
1101 rv = kstrtoint(strstrip(buffer), 10, &itype); in clear_refs_write()
1104 type = (enum clear_refs_types)itype; in clear_refs_write()