Searched refs:ext4fs_file (Results 1 – 2 of 2) sorted by relevance
373 if (ext4fs_root == NULL || ext4fs_file == NULL) in ext4fs_read()376 return ext4fs_read_file(ext4fs_file, offset, len, buf, actread); in ext4fs_read()
35 struct ext2fs_node *ext4fs_file; variable2033 if ((ext4fs_file != NULL) && (ext4fs_root != NULL)) { in ext4fs_close()2034 ext4fs_free_node(ext4fs_file, &ext4fs_root->diropen); in ext4fs_close()2035 ext4fs_file = NULL; in ext4fs_close()2318 ext4fs_file = NULL; in ext4fs_open()2331 ext4fs_file = fdiro; in ext4fs_open()
Completed in 7 milliseconds