/Linux-v6.1/fs/jfs/ |
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-v6.1/fs/ntfs3/ |
D | record.c | 190 u32 t32, off, asize; in mi_enum_attr() local 241 t32 = le32_to_cpu(attr->type); in mi_enum_attr() 242 if ((t32 & 0xf) || (t32 > 0x100)) in mi_enum_attr() 259 t32 = le32_to_cpu(attr->res.data_size); in mi_enum_attr() 260 if (t16 + t32 > asize) in mi_enum_attr()
|
D | fslog.c | 3051 u32 nsize, t32, asize, used, esize, bmp_off, bmp_bits; in do_action() local 3174 t32 = le32_to_cpu(oe->bytes_per_index); in do_action() 3175 if (bytes < t32) in do_action() 3176 bytes = t32; in do_action() 3777 u32 t32; in log_replay() local 3937 t32 = le32_to_cpu(rst_info.r_page->sys_page_size); in log_replay() 3938 if (page_size != t32) { in log_replay() 3941 norm_file_page(t32, &l_size, t32 == DefaultLogPageSize); in log_replay() 3944 if (page_size != t32 || in log_replay() 4161 t32 = rec_len - t16; in log_replay() [all …]
|
D | index.c | 820 u32 t32; in indx_init() local 830 t32 = le32_to_cpu(root->index_block_size); in indx_init() 831 indx->index_bits = blksize_bits(t32); in indx_init() 834 if (t32 < sbi->cluster_size) { in indx_init() 836 if (t32 != root->index_block_clst * SECTOR_SIZE) in indx_init() 848 if (t32 != root->index_block_clst << sbi->cluster_bits) in indx_init()
|
D | super.c | 1175 u32 t32 = le32_to_cpu(t->type); in ntfs_fill_super() local 1178 if ((t32 & 0xF) || le32_to_cpu(t[-1].type) >= t32) in ntfs_fill_super()
|
D | fsntfs.c | 1939 u32 t32; in ntfs_get_security_by_id() local 1966 t32 = le32_to_cpu(sii_e->sec_hdr.size); in ntfs_get_security_by_id() 1967 if (t32 < SIZEOF_SECURITY_HDR) { in ntfs_get_security_by_id() 1972 if (t32 > SIZEOF_SECURITY_HDR + 0x10000) { in ntfs_get_security_by_id() 1978 *size = t32 - SIZEOF_SECURITY_HDR; in ntfs_get_security_by_id()
|
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()
|
D | frecord.c | 1090 u32 list_reserve, max_free, free, used, t32; in ni_insert_attr() local 1185 t32 = le32_to_cpu(attr->size); in ni_insert_attr() 1188 attr->name_len, t32, attr_svcn(attr), t16, in ni_insert_attr() 1194 memcpy(eattr, attr, t32); in ni_insert_attr()
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | main.c | 885 u32 t32[2]; in mt7615_get_tsf() member 897 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0); in mt7615_get_tsf() 898 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1); in mt7615_get_tsf() 913 u32 t32[2]; in mt7615_set_tsf() member 923 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_set_tsf() 924 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_set_tsf() 939 u32 t32[2]; in mt7615_offset_tsf() member 949 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_offset_tsf() 950 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_offset_tsf()
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | main.c | 841 u32 t32[2]; in __mt7915_get_tsf() member 856 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(band)); in __mt7915_get_tsf() 857 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(band)); in __mt7915_get_tsf() 886 u32 t32[2]; in mt7915_set_tsf() member 894 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_set_tsf() 895 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_set_tsf() 917 u32 t32[2]; in mt7915_offset_tsf() member 925 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_offset_tsf() 926 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_offset_tsf()
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | main.c | 1125 u32 t32[2]; in mt7921_get_tsf() member 1134 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(0)); in mt7921_get_tsf() 1135 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(0)); in mt7921_get_tsf() 1151 u32 t32[2]; in mt7921_set_tsf() member 1158 mt76_wr(dev, MT_LPON_UTTR0(0), tsf.t32[0]); in mt7921_set_tsf() 1159 mt76_wr(dev, MT_LPON_UTTR1(0), tsf.t32[1]); in mt7921_set_tsf()
|
/Linux-v6.1/drivers/scsi/qla2xxx/ |
D | qla_target.c | 2972 uint32_t t32 = 0; in qla_tgt_set_dif_tags() local 2991 t32 = ha->tgt.tgt_ops->get_dif_tags(cmd, pfw_prot_opts); in qla_tgt_set_dif_tags() 3014 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags() 3031 !(ha->tgt.tgt_ops->chk_dif_tags(t32))) { in qla_tgt_set_dif_tags()
|