/linux-6.3-rc2/fs/jfs/ |
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-6.3-rc2/fs/ntfs3/ |
A D | record.c | 190 u32 t32, off, asize; in mi_enum_attr() local 246 t32 = le32_to_cpu(attr->type); in mi_enum_attr() 247 if ((t32 & 0xf) || (t32 > 0x100)) in mi_enum_attr() 264 t32 = le32_to_cpu(attr->res.data_size); in mi_enum_attr() 265 if (t16 + t32 > asize) in mi_enum_attr() 268 t32 = sizeof(short) * attr->name_len; in mi_enum_attr() 269 if (t32 && le16_to_cpu(attr->name_off) + t32 > t16) in mi_enum_attr()
|
A D | fslog.c | 3156 if (bytes < t32) in do_action() 3157 bytes = t32; in do_action() 3756 u32 t32; in log_replay() local 3917 if (page_size != t32) { in log_replay() 3920 norm_file_page(t32, &l_size, t32 == DefaultLogPageSize); in log_replay() 4140 t32 = rec_len - t16; in log_replay() 4180 t32 = rec_len - t16; in log_replay() 4255 t32 = lrh_length(lrh); in log_replay() 4256 rec_len -= t32; in log_replay() 4286 t32 = rec_len - t16; in log_replay() [all …]
|
A D | index.c | 866 u32 t32; in indx_init() local 869 t32 = le32_to_cpu(attr->res.data_size); in indx_init() 870 if (t32 <= offsetof(struct INDEX_ROOT, ihdr) || in indx_init() 872 t32 - offsetof(struct INDEX_ROOT, ihdr))) { in indx_init() 883 t32 = le32_to_cpu(root->index_block_size); in indx_init() 884 indx->index_bits = blksize_bits(t32); in indx_init() 887 if (t32 < sbi->cluster_size) { in indx_init() 889 if (t32 != root->index_block_clst * SECTOR_SIZE) in indx_init() 901 if (t32 != root->index_block_clst << sbi->cluster_bits) in indx_init()
|
A D | super.c | 1224 u32 t32 = le32_to_cpu(t->type); in ntfs_fill_super() local 1227 if ((t32 & 0xF) || le32_to_cpu(t[-1].type) >= t32) in ntfs_fill_super()
|
A D | fsntfs.c | 1967 u32 t32; in ntfs_get_security_by_id() local 1994 t32 = le32_to_cpu(sii_e->sec_hdr.size); in ntfs_get_security_by_id() 1995 if (t32 < SIZEOF_SECURITY_HDR) { in ntfs_get_security_by_id() 2000 if (t32 > SIZEOF_SECURITY_HDR + 0x10000) { in ntfs_get_security_by_id() 2006 *size = t32 - SIZEOF_SECURITY_HDR; in ntfs_get_security_by_id()
|
A D | inode.c | 39 u32 rp_fa = 0, asize, t32; in ntfs_read_mft() local 59 t32 = bytes_to_cluster(sbi, MFT_REC_VOL * sbi->record_size); in ntfs_read_mft() 63 if (!run_add_entry(&ni->file.run, 0, t64, t32, true)) { in ntfs_read_mft()
|
A D | frecord.c | 1096 u32 list_reserve, max_free, free, used, t32; in ni_insert_attr() local 1191 t32 = le32_to_cpu(attr->size); in ni_insert_attr() 1194 attr->name_len, t32, attr_svcn(attr), t16, in ni_insert_attr() 1200 memcpy(eattr, attr, t32); in ni_insert_attr()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/ |
A D | main.c | 888 u32 t32[2]; in mt7615_get_tsf() member 900 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0); in mt7615_get_tsf() 901 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1); in mt7615_get_tsf() 916 u32 t32[2]; in mt7615_set_tsf() member 926 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_set_tsf() 927 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_set_tsf() 942 u32 t32[2]; in mt7615_offset_tsf() member 952 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_offset_tsf() 953 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_offset_tsf()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7996/ |
A D | main.c | 769 u32 t32[2]; in __mt7996_get_tsf() member 780 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(phy->mt76->band_idx)); in __mt7996_get_tsf() 781 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(phy->mt76->band_idx)); in __mt7996_get_tsf() 809 u32 t32[2]; in mt7996_set_tsf() member 817 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_set_tsf() 818 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_set_tsf() 835 u32 t32[2]; in mt7996_offset_tsf() member 843 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_offset_tsf() 844 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_offset_tsf()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/ |
A D | main.c | 868 u32 t32[2]; in __mt7915_get_tsf() member 883 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(band)); in __mt7915_get_tsf() 884 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(band)); in __mt7915_get_tsf() 913 u32 t32[2]; in mt7915_set_tsf() member 921 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_set_tsf() 922 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_set_tsf() 944 u32 t32[2]; in mt7915_offset_tsf() member 952 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_offset_tsf() 953 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_offset_tsf()
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/ |
A D | main.c | 1214 u32 t32[2]; in mt7921_get_tsf() member 1223 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(0)); in mt7921_get_tsf() 1224 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(0)); in mt7921_get_tsf() 1240 u32 t32[2]; in mt7921_set_tsf() member 1247 mt76_wr(dev, MT_LPON_UTTR0(0), tsf.t32[0]); in mt7921_set_tsf() 1248 mt76_wr(dev, MT_LPON_UTTR1(0), tsf.t32[1]); in mt7921_set_tsf()
|
/linux-6.3-rc2/drivers/scsi/qla2xxx/ |
A D | qla_target.c | 2955 uint32_t t32 = 0; in qla_tgt_set_dif_tags() local 2974 t32 = ha->tgt.tgt_ops->get_dif_tags(cmd, pfw_prot_opts); in qla_tgt_set_dif_tags() 2997 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags() 3014 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags()
|