| /linux/fs/ntfs3/ |
| H A D | record.c | 203 u32 t32, off, asize, prev_type; in mi_enum_attr() local 256 t32 = le32_to_cpu(attr->type); in mi_enum_attr() 257 if (!t32 || (t32 & 0xf) || (t32 > 0x100)) in mi_enum_attr() 261 if (t32 < prev_type) in mi_enum_attr() 290 t32 = sizeof(short) * attr->name_len; in mi_enum_attr() 291 if (t32 && le16_to_cpu(attr->name_off) + t32 > t16) in mi_enum_attr() 309 t32 = sizeof(short) * attr->name_len; in mi_enum_attr() 310 if (t32 && le16_to_cpu(attr->name_off) + t32 > t16) in mi_enum_attr() 325 t32 = mi->sbi->cluster_mask; in mi_enum_attr() 326 if (alloc_size & t32) in mi_enum_attr() [all …]
|
| H A D | fslog.c | 3075 u32 nsize, t32, asize, used, esize, off, bits; in do_action() local 3195 t32 = le32_to_cpu(oe->bytes_per_index); in do_action() 3196 if (bytes < t32) in do_action() 3197 bytes = t32; in do_action() 3779 u32 t32; in log_replay() local 3929 t32 = le32_to_cpu(log->rst_info.r_page->sys_page_size); in log_replay() 3930 if (log->page_size != t32) { in log_replay() 3932 log->page_size = norm_file_page(t32, &log->l_size, in log_replay() 3933 t32 == DefaultLogPageSize); in log_replay() 3936 if (log->page_size != t32 || in log_replay() [all …]
|
| H A D | index.c | 875 u32 t32; in indx_init() local 878 t32 = le32_to_cpu(attr->res.data_size); in indx_init() 879 if (t32 <= offsetof(struct INDEX_ROOT, ihdr) || in indx_init() 881 t32 - offsetof(struct INDEX_ROOT, ihdr))) { in indx_init() 892 t32 = le32_to_cpu(root->index_block_size); in indx_init() 893 indx->index_bits = blksize_bits(t32); in indx_init() 896 if (t32 < sbi->cluster_size) { in indx_init() 898 if (t32 != root->index_block_clst * SECTOR_SIZE) in indx_init() 910 if (t32 != root->index_block_clst << sbi->cluster_bits) in indx_init()
|
| H A D | ntfs_fs.h | 1048 s32 t32; in nt2kernel() local 1052 ts->tv_sec = div_s64_rem(t, _100ns2seconds, &t32); in nt2kernel() 1053 ts->tv_nsec = t32 * 100; in nt2kernel()
|
| H A D | super.c | 1566 u32 t32 = le32_to_cpu(t->type); in ntfs_fill_super() local 1569 if ((t32 & 0xF) || le32_to_cpu(t[-1].type) >= t32) in ntfs_fill_super()
|
| H A D | frecord.c | 1056 u32 list_reserve, max_free, free, used, t32; in ni_insert_attr() local 1151 t32 = le32_to_cpu(attr->size); in ni_insert_attr() 1154 attr->name_len, t32, attr_svcn(attr), t16, in ni_insert_attr() 1160 memcpy(eattr, attr, t32); in ni_insert_attr()
|
| /linux/fs/jfs/ |
| H A D | resize.c | 66 int newNpages = 0, nPages, newPage, xlen, t32; in jfs_extendfs() local 132 t32 = (1 << (20 - sbi->l2bsize)) - 1; in jfs_extendfs() 133 newLogSize = (newLogSize + t32) & ~t32; in jfs_extendfs() 163 t32 = DIV_ROUND_UP(t64, BITSPERPAGE) + 1 + 50; in jfs_extendfs() 164 newFSCKSize = t32 << sbi->l2nbperpage; in jfs_extendfs()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | main.c | 1496 u32 t32[2]; in __mt7996_get_tsf() member 1510 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(phy->mt76->band_idx)); in __mt7996_get_tsf() 1511 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(phy->mt76->band_idx)); in __mt7996_get_tsf() 1540 u32 t32[2]; in mt7996_set_tsf() member 1556 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_set_tsf() 1557 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_set_tsf() 1576 u32 t32[2]; in mt7996_offset_tsf() member 1592 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_offset_tsf() 1593 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_offset_tsf()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.c | 2914 uint32_t t32 = 0; in qla_tgt_set_dif_tags() local 2933 t32 = ha->tgt.tgt_ops->get_dif_tags(cmd, pfw_prot_opts); in qla_tgt_set_dif_tags() 2956 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags() 2973 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags()
|