Searched refs:temp_buff (Results 1 – 2 of 2) sorted by relevance
349 temp_buff); in recover_transaction()379 free(temp_buff); in recover_transaction()413 if (!temp_buff) in ext4fs_check_journal_state()417 free(temp_buff); in ext4fs_check_journal_state()547 free(temp_buff); in ext4fs_check_journal_state()565 if (!temp_buff) in update_descriptor_block()580 free(temp_buff); in update_descriptor_block()603 free(temp_buff); in update_descriptor_block()616 if (!temp_buff) in update_commit_block()632 free(temp_buff); in update_commit_block()[all …]
706 char *temp_buff = zalloc(fs->blksz); in ext4fs_deinit() local707 if (temp_buff) { in ext4fs_deinit()713 temp_buff); in ext4fs_deinit()714 jsb = (struct journal_superblock_t *)temp_buff; in ext4fs_deinit()717 (struct journal_superblock_t *)temp_buff, fs->blksz); in ext4fs_deinit()718 free(temp_buff); in ext4fs_deinit()
Completed in 7 milliseconds