Home
last modified time | relevance | path

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

/u-boot/fs/ext4/
A Dext4_common.c478 char *root_first_block_buffer = NULL; in ext4fs_update_parent_dentry() local
501 root_first_block_buffer = zalloc(fs->blksz); in ext4fs_update_parent_dentry()
502 if (!root_first_block_buffer) { in ext4fs_update_parent_dentry()
523 0, fs->blksz, root_first_block_buffer); in ext4fs_update_parent_dentry()
527 if (ext4fs_log_journal(root_first_block_buffer, first_block_no_of_root)) in ext4fs_update_parent_dentry()
529 dir = (struct ext2_dirent *)root_first_block_buffer; in ext4fs_update_parent_dentry()
580 (root_first_block_buffer, in ext4fs_update_parent_dentry()
620 if (ext4fs_put_metadata(root_first_block_buffer, in ext4fs_update_parent_dentry()
626 free(root_first_block_buffer); in ext4fs_update_parent_dentry()

Completed in 7 milliseconds