Searched refs:root_first_block_buffer (Results 1 – 1 of 1) sorted by relevance
475 char *root_first_block_buffer = NULL; in ext4fs_update_parent_dentry() local498 root_first_block_buffer = zalloc(fs->blksz); in ext4fs_update_parent_dentry()499 if (!root_first_block_buffer) { in ext4fs_update_parent_dentry()520 0, fs->blksz, root_first_block_buffer); in ext4fs_update_parent_dentry()524 if (ext4fs_log_journal(root_first_block_buffer, first_block_no_of_root)) in ext4fs_update_parent_dentry()526 dir = (struct ext2_dirent *)root_first_block_buffer; in ext4fs_update_parent_dentry()577 (root_first_block_buffer, in ext4fs_update_parent_dentry()617 if (ext4fs_put_metadata(root_first_block_buffer, in ext4fs_update_parent_dentry()623 free(root_first_block_buffer); in ext4fs_update_parent_dentry()