| /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() 353 t32 = mi->sbi->cluster_mask; in mi_enum_attr() 354 if (alloc_size & t32) in mi_enum_attr() [all …]
|
| H A D | fslog.c | 3140 u32 nsize, t32, asize, used, esize, off, bits; in do_action() local 3260 t32 = le32_to_cpu(oe->bytes_per_index); in do_action() 3261 if (bytes < t32) in do_action() 3262 bytes = t32; in do_action() 3888 u32 t32; in log_replay() local 4034 t32 = le32_to_cpu(log->rst_info.r_page->sys_page_size); in log_replay() 4035 if (log->page_size != t32) { in log_replay() 4039 log->page_size = norm_file_page(t32, &log->l_size, in log_replay() 4040 t32 == DefaultLogPageSize); in log_replay() 4060 if (log->page_size != t32 || in log_replay() [all …]
|
| H A D | index.c | 912 u32 t32; in indx_init() local 915 t32 = le32_to_cpu(attr->res.data_size); in indx_init() 916 if (t32 <= offsetof(struct INDEX_ROOT, ihdr) || in indx_init() 918 t32 - offsetof(struct INDEX_ROOT, ihdr))) { in indx_init() 929 t32 = le32_to_cpu(root->index_block_size); in indx_init() 930 indx->index_bits = blksize_bits(t32); in indx_init() 933 if (t32 < sbi->cluster_size) { in indx_init() 935 if (t32 != root->index_block_clst * SECTOR_SIZE) in indx_init() 947 if (t32 != root->index_block_clst << sbi->cluster_bits) in indx_init()
|
| H A D | fsntfs.c | 2002 u32 t32; in ntfs_get_security_by_id() local 2029 t32 = le32_to_cpu(sii_e->sec_hdr.size); in ntfs_get_security_by_id() 2030 if (t32 < sizeof(struct SECURITY_HDR)) { in ntfs_get_security_by_id() 2035 if (t32 > sizeof(struct SECURITY_HDR) + 0x10000) { in ntfs_get_security_by_id() 2041 *size = t32 - sizeof(struct SECURITY_HDR); in ntfs_get_security_by_id()
|
| H A D | ntfs_fs.h | 1078 s32 t32; in nt2kernel() local 1082 ts->tv_sec = div_s64_rem(t, _100ns2seconds, &t32); in nt2kernel() 1083 ts->tv_nsec = t32 * 100; in nt2kernel()
|
| H A D | super.c | 1624 u32 t32 = le32_to_cpu(t->type); in ntfs_fill_super() local 1627 if ((t32 & 0xF) || le32_to_cpu(t[-1].type) >= t32) in ntfs_fill_super()
|
| H A D | inode.c | 44 u32 rp_fa = 0, asize, t32; in ntfs_read_mft() local 66 t32 = bytes_to_cluster(sbi, MFT_REC_VOL * sbi->record_size); in ntfs_read_mft() 70 if (!run_add_entry(&ni->file.run, 0, t64, t32, true)) { in ntfs_read_mft()
|
| H A D | frecord.c | 1086 u32 list_reserve, max_free, free, used, t32; in ni_insert_attr() local 1182 t32 = le32_to_cpu(attr->size); in ni_insert_attr() 1185 attr->name_len, t32, attr_svcn(attr), t16, in ni_insert_attr() 1191 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/mt7615/ |
| H A D | main.c | 904 u32 t32[2]; in mt7615_get_tsf() member 916 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0); in mt7615_get_tsf() 917 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1); in mt7615_get_tsf() 932 u32 t32[2]; in mt7615_set_tsf() member 942 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_set_tsf() 943 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_set_tsf() 958 u32 t32[2]; in mt7615_offset_tsf() member 968 mt76_wr(dev, MT_LPON_UTTR0, tsf.t32[0]); in mt7615_offset_tsf() 969 mt76_wr(dev, MT_LPON_UTTR1, tsf.t32[1]); in mt7615_offset_tsf()
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt792x_core.c | 339 u32 t32[2]; in mt792x_get_tsf() member 348 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(0)); in mt792x_get_tsf() 349 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(0)); in mt792x_get_tsf() 365 u32 t32[2]; in mt792x_set_tsf() member 372 mt76_wr(dev, MT_LPON_UTTR0(0), tsf.t32[0]); in mt792x_set_tsf() 373 mt76_wr(dev, MT_LPON_UTTR1(0), tsf.t32[1]); in mt792x_set_tsf()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | main.c | 1025 u32 t32[2]; in __mt7915_get_tsf() member 1040 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(band)); in __mt7915_get_tsf() 1041 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(band)); in __mt7915_get_tsf() 1070 u32 t32[2]; in mt7915_set_tsf() member 1078 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_set_tsf() 1079 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_set_tsf() 1101 u32 t32[2]; in mt7915_offset_tsf() member 1109 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_offset_tsf() 1110 mt76_wr(dev, MT_LPON_UTTR1(band), tsf.t32[1]); in mt7915_offset_tsf()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | main.c | 1712 u32 t32[2]; in __mt7996_get_tsf() member 1726 tsf.t32[0] = mt76_rr(dev, MT_LPON_UTTR0(phy->mt76->band_idx)); in __mt7996_get_tsf() 1727 tsf.t32[1] = mt76_rr(dev, MT_LPON_UTTR1(phy->mt76->band_idx)); in __mt7996_get_tsf() 1756 u32 t32[2]; in mt7996_set_tsf() member 1772 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_set_tsf() 1773 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_set_tsf() 1792 u32 t32[2]; in mt7996_offset_tsf() member 1808 mt76_wr(dev, MT_LPON_UTTR0(phy->mt76->band_idx), tsf.t32[0]); in mt7996_offset_tsf() 1809 mt76_wr(dev, MT_LPON_UTTR1(phy->mt76->band_idx), tsf.t32[1]); in mt7996_offset_tsf()
|