Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ntfs3/
Drecord.c202 u32 t32, off, asize, prev_type; in mi_enum_attr() local
260 t32 = le32_to_cpu(attr->type); in mi_enum_attr()
261 if (!t32 || (t32 & 0xf) || (t32 > 0x100)) in mi_enum_attr()
265 if (t32 < prev_type) in mi_enum_attr()
285 t32 = sizeof(short) * attr->name_len; in mi_enum_attr()
286 if (t32 && le16_to_cpu(attr->name_off) + t32 > t16) in mi_enum_attr()
300 t32 = sizeof(short) * attr->name_len; in mi_enum_attr()
301 if (t32 && le16_to_cpu(attr->name_off) + t32 > t16) in mi_enum_attr()
316 t32 = mi->sbi->cluster_mask; in mi_enum_attr()
317 if (alloc_size & t32) in mi_enum_attr()
[all …]
Dfslog.c3033 u32 nsize, t32, asize, used, esize, off, bits; in do_action() local
3156 t32 = le32_to_cpu(oe->bytes_per_index); in do_action()
3157 if (bytes < t32) in do_action()
3158 bytes = t32; in do_action()
3754 u32 t32; in log_replay() local
3904 t32 = le32_to_cpu(log->rst_info.r_page->sys_page_size); in log_replay()
3905 if (log->page_size != t32) { in log_replay()
3907 log->page_size = norm_file_page(t32, &log->l_size, in log_replay()
3908 t32 == DefaultLogPageSize); in log_replay()
3911 if (log->page_size != t32 || in log_replay()
[all …]
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()
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()
Dsuper.c1459 u32 t32 = le32_to_cpu(t->type); in ntfs_fill_super() local
1462 if ((t32 & 0xF) || le32_to_cpu(t[-1].type) >= t32) in ntfs_fill_super()
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()
Dfrecord.c1102 u32 list_reserve, max_free, free, used, t32; in ni_insert_attr() local
1197 t32 = le32_to_cpu(attr->size); in ni_insert_attr()
1200 attr->name_len, t32, attr_svcn(attr), t16, in ni_insert_attr()
1206 memcpy(eattr, attr, t32); in ni_insert_attr()
/linux-6.6.21/fs/jfs/
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-6.6.21/drivers/net/wireless/mediatek/mt76/
Dmt792x_core.c162 u32 t32[2]; in mt792x_get_tsf() member
171 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(0)); in mt792x_get_tsf()
172 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(0)); in mt792x_get_tsf()
188 u32 t32[2]; in mt792x_set_tsf() member
195 mt76_wr(dev, MT_LPON_UTTR0(0), tsf.t32[0]); in mt792x_set_tsf()
196 mt76_wr(dev, MT_LPON_UTTR1(0), tsf.t32[1]); in mt792x_set_tsf()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7615/
Dmain.c916 u32 t32[2]; in mt7615_get_tsf() member
928 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0); in mt7615_get_tsf()
929 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1); in mt7615_get_tsf()
944 u32 t32[2]; in mt7615_set_tsf() member
954 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_set_tsf()
955 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_set_tsf()
970 u32 t32[2]; in mt7615_offset_tsf() member
980 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_offset_tsf()
981 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_offset_tsf()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7996/
Dmain.c844 u32 t32[2]; in __mt7996_get_tsf() member
855 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(phy->mt76->band_idx)); in __mt7996_get_tsf()
856 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(phy->mt76->band_idx)); in __mt7996_get_tsf()
884 u32 t32[2]; in mt7996_set_tsf() member
892 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_set_tsf()
893 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_set_tsf()
910 u32 t32[2]; in mt7996_offset_tsf() member
918 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_offset_tsf()
919 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_offset_tsf()
/linux-6.6.21/drivers/net/wireless/mediatek/mt76/mt7915/
Dmain.c925 u32 t32[2]; in __mt7915_get_tsf() member
940 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(band)); in __mt7915_get_tsf()
941 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(band)); in __mt7915_get_tsf()
970 u32 t32[2]; in mt7915_set_tsf() member
978 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_set_tsf()
979 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_set_tsf()
1001 u32 t32[2]; in mt7915_offset_tsf() member
1009 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_offset_tsf()
1010 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_offset_tsf()
/linux-6.6.21/drivers/scsi/qla2xxx/
Dqla_target.c2955 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()