Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-s5p/
Dsysmmu.c50 enum S5P_SYSMMU_INTERRUPT_TYPE itype,
112 int (*handler)(enum S5P_SYSMMU_INTERRUPT_TYPE itype, in sysmmu_set_fault_handler() argument
125 enum S5P_SYSMMU_INTERRUPT_TYPE itype; in s5p_sysmmu_irq() local
127 itype = (enum S5P_SYSMMU_INTERRUPT_TYPE) in s5p_sysmmu_irq()
130 BUG_ON(!((itype >= 0) && (itype < 8))); in s5p_sysmmu_irq()
132 dev_alert(dev, "%s occurred by %s.\n", sysmmu_fault_name[itype], in s5p_sysmmu_irq()
139 addr = __raw_readl(sysmmusfrs[ips] + fault_reg_offset[itype]); in s5p_sysmmu_irq()
141 if (fault_handlers[ips](itype, base, addr)) { in s5p_sysmmu_irq()
142 __raw_writel(1 << itype, in s5p_sysmmu_irq()
146 sysmmu_fault_name[itype], sysmmu_ips_name[ips]); in s5p_sysmmu_irq()
[all …]
/linux-2.6.39/kernel/
Dsched_stats.h42 enum cpu_idle_type itype; in show_schedstat() local
47 for (itype = CPU_IDLE; itype < CPU_MAX_IDLE_TYPES; in show_schedstat()
48 itype++) { in show_schedstat()
50 sd->lb_count[itype], in show_schedstat()
51 sd->lb_balanced[itype], in show_schedstat()
52 sd->lb_failed[itype], in show_schedstat()
53 sd->lb_imbalance[itype], in show_schedstat()
54 sd->lb_gained[itype], in show_schedstat()
55 sd->lb_hot_gained[itype], in show_schedstat()
56 sd->lb_nobusyq[itype], in show_schedstat()
[all …]
/linux-2.6.39/fs/ntfs/
Dinode.c411 ni->itype.index.block_size = 0; in __ntfs_init_inode()
412 ni->itype.index.vcn_size = 0; in __ntfs_init_inode()
413 ni->itype.index.collation_rule = 0; in __ntfs_init_inode()
414 ni->itype.index.block_size_bits = 0; in __ntfs_init_inode()
415 ni->itype.index.vcn_size_bits = 0; in __ntfs_init_inode()
863 ni->itype.index.collation_rule = ir->collation_rule; in ntfs_read_locked_inode()
864 ni->itype.index.block_size = le32_to_cpu(ir->index_block_size); in ntfs_read_locked_inode()
865 if (ni->itype.index.block_size & in ntfs_read_locked_inode()
866 (ni->itype.index.block_size - 1)) { in ntfs_read_locked_inode()
869 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_CACHE_SHIFT); in ntfs_index_lookup()
291 idx_ni->itype.index.vcn_size_bits) & ~PAGE_CACHE_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_CACHE_SHIFT); in ntfs_lookup_inode_by_name()
334 dir_ni->itype.index.vcn_size_bits) & ~PAGE_CACHE_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_CACHE_SHIFT);
812 dir_ni->itype.index.vcn_size_bits) & ~PAGE_CACHE_MASK));
836 dir_ni->itype.index.block_size) {
843 dir_ni->itype.index.block_size);
[all …]
Dattrib.c1716 ni->itype.compressed.size = ni->allocated_size; in ntfs_attr_make_non_resident()
1718 ni->itype.compressed.block_size = 1U << (a->data. in ntfs_attr_make_non_resident()
1721 ni->itype.compressed.block_size_bits = in ntfs_attr_make_non_resident()
1722 ffs(ni->itype.compressed.block_size) - in ntfs_attr_make_non_resident()
1724 ni->itype.compressed.block_clusters = 1U << in ntfs_attr_make_non_resident()
1727 ni->itype.compressed.block_size = 0; in ntfs_attr_make_non_resident()
1728 ni->itype.compressed.block_size_bits = 0; in ntfs_attr_make_non_resident()
1729 ni->itype.compressed.block_clusters = 0; in ntfs_attr_make_non_resident()
1731 vi->i_blocks = ni->itype.compressed.size >> 9; in ntfs_attr_make_non_resident()
2352 ni->itype.compressed.size += new_alloc_size - allocated_size; in ntfs_attr_extend_allocation()
[all …]
Dcompress.c496 u32 cb_size = ni->itype.compressed.block_size; in ntfs_read_compressed_block()
511 >> ni->itype.compressed.block_size_bits; in ntfs_read_compressed_block()
605 cb_clusters = ni->itype.compressed.block_clusters; in ntfs_read_compressed_block()
Daops.c145 rec_size = ni->itype.index.block_size; in ntfs_end_buffer_async_read()
928 unsigned int rec_size = ni->itype.index.block_size; in ntfs_write_mst_block()
964 rec_size_bits = ni->itype.index.block_size_bits; in ntfs_write_mst_block()
1304 if (ni->itype.index.block_size == PAGE_CACHE_SIZE) in ntfs_write_mst_block()
1597 end = ofs + ni->itype.index.block_size; in mark_ntfs_record_dirty()
Dinode.h120 } itype; member
Dmft.c2670 ni->itype.index.block_size = 4096; in ntfs_mft_record_alloc()
2671 ni->itype.index.block_size_bits = ntfs_ffs(4096) - 1; in ntfs_mft_record_alloc()
2672 ni->itype.index.collation_rule = COLLATION_FILE_NAME; in ntfs_mft_record_alloc()
2673 if (vol->cluster_size <= ni->itype.index.block_size) { in ntfs_mft_record_alloc()
2674 ni->itype.index.vcn_size = vol->cluster_size; in ntfs_mft_record_alloc()
2675 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc()
2678 ni->itype.index.vcn_size = vol->sector_size; in ntfs_mft_record_alloc()
2679 ni->itype.index.vcn_size_bits = in ntfs_mft_record_alloc()
Dfile.c1054 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()
1056 cpu_to_sle64(ni->itype.compressed.size); in ntfs_prepare_pages_for_non_resident_write()
1147 ni->itype.compressed.size += vol->cluster_size; in ntfs_prepare_pages_for_non_resident_write()
Dsuper.c1042 tmp_ni->itype.index.block_size = vol->mft_record_size; in load_and_init_mft_mirror()
1043 tmp_ni->itype.index.block_size_bits = vol->mft_record_size_bits; in load_and_init_mft_mirror()
/linux-2.6.39/arch/x86/include/asm/
Duaccess.h376 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
377 asm volatile("1: mov"itype" %2,%"rtype"1\n" \
381 " xor"itype" %"rtype"1,%"rtype"1\n" \
409 #define __get_user_asm_ex(x, addr, itype, rtype, ltype) \ argument
410 asm volatile("1: mov"itype" %1,%"rtype"0\n" \
440 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
441 asm volatile("1: mov"itype" %"rtype"1,%2\n" \
451 #define __put_user_asm_ex(x, addr, itype, rtype, ltype) \ argument
452 asm volatile("1: mov"itype" %"rtype"0,%1\n" \
/linux-2.6.39/arch/m32r/include/asm/
Duaccess.h251 #define __get_user_asm(x, addr, err, itype) \ argument
254 "1: ld"itype" %1,@%2\n" \
390 #define __put_user_asm(x, addr, err, itype) \ argument
393 "1: st"itype" %1,@%2\n" \
/linux-2.6.39/arch/arm/plat-s5p/include/plat/
Dsysmmu.h85 int (*handler)(enum S5P_SYSMMU_INTERRUPT_TYPE itype,