Home
last modified time | relevance | path

Searched refs:t32 (Results 1 – 13 of 13) sorted by relevance

/linux/fs/ntfs3/
H A Drecord.c202 u32 t32, off, asize, prev_type; in mi_enum_attr() local
252 t32 = le32_to_cpu(attr->type); in mi_enum_attr()
253 if (!t32 || (t32 & 0xf) || (t32 > 0x100)) in mi_enum_attr()
257 if (t32 < prev_type) in mi_enum_attr()
279 t32 = sizeof(short) * attr->name_len; in mi_enum_attr()
280 if (t32 && le16_to_cpu(attr->name_off) + t32 > t16) in mi_enum_attr()
298 t32 = sizeof(short) * attr->name_len; in mi_enum_attr()
299 if (t32 && le16_to_cpu(attr->name_off) + t32 > t16) in mi_enum_attr()
314 t32 = mi->sbi->cluster_mask; in mi_enum_attr()
315 if (alloc_size & t32) in mi_enum_attr()
[all …]
H A Dfslog.c3177 if (bytes < t32) in do_action()
3178 bytes = t32; in do_action()
3777 u32 t32; in log_replay() local
3928 if (log->page_size != t32) { in log_replay()
3934 if (log->page_size != t32 || in log_replay()
4152 t32 = rec_len - t16; in log_replay()
4155 if (!check_rstbl(rt, t32)) { in log_replay()
4192 t32 = rec_len - t16; in log_replay()
4266 t32 = lrh_length(lrh); in log_replay()
4510 t32 = log->clst_per_page; in log_replay()
[all …]
H A Dindex.c877 u32 t32; in indx_init() local
880 t32 = le32_to_cpu(attr->res.data_size); in indx_init()
881 if (t32 <= offsetof(struct INDEX_ROOT, ihdr) || in indx_init()
883 t32 - offsetof(struct INDEX_ROOT, ihdr))) { in indx_init()
894 t32 = le32_to_cpu(root->index_block_size); in indx_init()
895 indx->index_bits = blksize_bits(t32); in indx_init()
898 if (t32 < sbi->cluster_size) { in indx_init()
900 if (t32 != root->index_block_clst * SECTOR_SIZE) in indx_init()
912 if (t32 != root->index_block_clst << sbi->cluster_bits) in indx_init()
H A Dfsntfs.c1992 u32 t32; in ntfs_get_security_by_id() local
2019 t32 = le32_to_cpu(sii_e->sec_hdr.size); in ntfs_get_security_by_id()
2020 if (t32 < sizeof(struct SECURITY_HDR)) { in ntfs_get_security_by_id()
2025 if (t32 > sizeof(struct SECURITY_HDR) + 0x10000) { in ntfs_get_security_by_id()
2031 *size = t32 - sizeof(struct SECURITY_HDR); in ntfs_get_security_by_id()
H A Dsuper.c1457 u32 t32 = le32_to_cpu(t->type); in ntfs_fill_super() local
1460 if ((t32 & 0xF) || le32_to_cpu(t[-1].type) >= t32) in ntfs_fill_super()
H A Dinode.c39 u32 rp_fa = 0, asize, t32; in ntfs_read_mft() local
60 t32 = bytes_to_cluster(sbi, MFT_REC_VOL * sbi->record_size); in ntfs_read_mft()
64 if (!run_add_entry(&ni->file.run, 0, t64, t32, true)) { in ntfs_read_mft()
H A Dfrecord.c1104 u32 list_reserve, max_free, free, used, t32; in ni_insert_attr() local
1199 t32 = le32_to_cpu(attr->size); in ni_insert_attr()
1202 attr->name_len, t32, attr_svcn(attr), t16, in ni_insert_attr()
1208 memcpy(eattr, attr, t32); in ni_insert_attr()
/linux/fs/jfs/
H A Dresize.c66 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/mt7615/
H A Dmain.c903 u32 t32[2]; in mt7615_get_tsf() member
915 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0); in mt7615_get_tsf()
916 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1); in mt7615_get_tsf()
931 u32 t32[2]; in mt7615_set_tsf() member
941 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_set_tsf()
942 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_set_tsf()
957 u32 t32[2]; in mt7615_offset_tsf() member
967 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_offset_tsf()
968 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_offset_tsf()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c222 u32 t32[2]; in mt792x_get_tsf() member
231 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(0)); in mt792x_get_tsf()
232 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(0)); in mt792x_get_tsf()
248 u32 t32[2]; in mt792x_set_tsf() member
255 mt76_wr(dev, MT_LPON_UTTR0(0), tsf.t32[0]); in mt792x_set_tsf()
256 mt76_wr(dev, MT_LPON_UTTR1(0), tsf.t32[1]); in mt792x_set_tsf()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmain.c862 u32 t32[2]; in __mt7996_get_tsf() member
873 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(phy->mt76->band_idx)); in __mt7996_get_tsf()
874 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(phy->mt76->band_idx)); in __mt7996_get_tsf()
902 u32 t32[2]; in mt7996_set_tsf() member
910 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_set_tsf()
911 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_set_tsf()
928 u32 t32[2]; in mt7996_offset_tsf() member
936 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_offset_tsf()
937 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_offset_tsf()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c946 u32 t32[2]; in __mt7915_get_tsf() member
961 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(band)); in __mt7915_get_tsf()
962 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(band)); in __mt7915_get_tsf()
991 u32 t32[2]; in mt7915_set_tsf() member
999 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_set_tsf()
1000 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_set_tsf()
1022 u32 t32[2]; in mt7915_offset_tsf() member
1030 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_offset_tsf()
1031 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_offset_tsf()
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c2965 uint32_t t32 = 0; in qla_tgt_set_dif_tags() local
2984 t32 = ha->tgt.tgt_ops->get_dif_tags(cmd, pfw_prot_opts); in qla_tgt_set_dif_tags()
3007 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags()
3024 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags()