Home
last modified time | relevance | path

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

/fs/jfs/
Dresize.c66 int newNpages = 0, nPages, newPage, xlen, t32; in jfs_extendfs() local
133 t32 = (1 << (20 - sbi->l2bsize)) - 1; in jfs_extendfs()
134 newLogSize = (newLogSize + t32) & ~t32; in jfs_extendfs()
164 t32 = DIV_ROUND_UP(t64, BITSPERPAGE) + 1 + 50; in jfs_extendfs()
165 newFSCKSize = t32 << sbi->l2nbperpage; in jfs_extendfs()
/fs/ntfs3/
Drecord.c196 u32 t32, off, asize; in mi_enum_attr() local
247 t32 = le32_to_cpu(attr->type); in mi_enum_attr()
248 if ((t32 & 0xf) || (t32 > 0x100)) in mi_enum_attr()
265 t32 = le32_to_cpu(attr->res.data_size); in mi_enum_attr()
266 if (t16 + t32 > asize) in mi_enum_attr()
Dfslog.c3036 u32 nsize, t32, asize, used, esize, bmp_off, bmp_bits; in do_action() local
3159 t32 = le32_to_cpu(oe->bytes_per_index); in do_action()
3160 if (bytes < t32) in do_action()
3161 bytes = t32; in do_action()
3762 u32 t32; in log_replay() local
3920 t32 = le32_to_cpu(rst_info.r_page->sys_page_size); in log_replay()
3921 if (page_size != t32) { in log_replay()
3924 norm_file_page(t32, &l_size, t32 == DefaultLogPageSize); in log_replay()
3927 if (page_size != t32 || in log_replay()
4144 t32 = rec_len - t16; in log_replay()
[all …]
Dindex.c878 u32 t32; in indx_init() local
881 t32 = le32_to_cpu(attr->res.data_size); in indx_init()
882 if (t32 <= offsetof(struct INDEX_ROOT, ihdr) || in indx_init()
884 t32 - offsetof(struct INDEX_ROOT, ihdr))) { in indx_init()
895 t32 = le32_to_cpu(root->index_block_size); in indx_init()
896 indx->index_bits = blksize_bits(t32); in indx_init()
899 if (t32 < sbi->cluster_size) { in indx_init()
901 if (t32 != root->index_block_clst * SECTOR_SIZE) in indx_init()
913 if (t32 != root->index_block_clst << sbi->cluster_bits) in indx_init()
Dsuper.c1170 u32 t32 = le32_to_cpu(t->type); in ntfs_fill_super() local
1173 if ((t32 & 0xF) || le32_to_cpu(t[-1].type) >= t32) in ntfs_fill_super()
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_SECURITY_HDR) { in ntfs_get_security_by_id()
2025 if (t32 > SIZEOF_SECURITY_HDR + 0x10000) { in ntfs_get_security_by_id()
2031 *size = t32 - SIZEOF_SECURITY_HDR; in ntfs_get_security_by_id()
Dinode.c39 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()
Dfrecord.c1069 u32 list_reserve, max_free, free, used, t32; in ni_insert_attr() local
1159 t32 = le32_to_cpu(attr->size); in ni_insert_attr()
1162 attr->name_len, t32, attr_svcn(attr), t16, in ni_insert_attr()
1168 memcpy(eattr, attr, t32); in ni_insert_attr()