Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 3 of 3) sorted by relevance

/fs/exfat/
A Dutils.c145 uint64_t temp = 0; in exfat_humanize_bytes() local
149 temp = (value + divisor / 2) / divisor; in exfat_humanize_bytes()
151 if (temp == 0) in exfat_humanize_bytes()
153 if (temp / 1024 * 1024 == temp) in exfat_humanize_bytes()
155 if (temp < 10240) in exfat_humanize_bytes()
158 hb->value = temp; in exfat_humanize_bytes()
/fs/jffs2/
A Dcompr_rubin.c50 register unsigned long temp; in rubin_do_decompress() local
60 temp = *(u32 *) in; in rubin_do_decompress()
83 rec_q |= (temp >> (bit++ ^ 7)) & 1; in rubin_do_decompress()
87 temp = *(++p); in rubin_do_decompress()
/fs/ext4/
A Dext4_journal.c36 char *temp = NULL; in ext4fs_init_journal() local
61 temp = zalloc(fs->blksz); in ext4fs_init_journal()
62 if (!temp) in ext4fs_init_journal()
67 ext4fs_devread(0, 0, fs->blksz, temp); in ext4fs_init_journal()
68 memcpy(temp + SUPERBLOCK_SIZE, fs->sb, SUPERBLOCK_SIZE); in ext4fs_init_journal()
69 memcpy(journal_ptr[gindex]->buf, temp, fs->blksz); in ext4fs_init_journal()
71 free(temp); in ext4fs_init_journal()
568 char *temp = NULL; in update_descriptor_block() local
589 temp = buf; in update_descriptor_block()
591 temp += sizeof(struct journal_header_t); in update_descriptor_block()
[all …]

Completed in 5 milliseconds