swissChili | 480f176 | 2021-07-26 22:17:34 -0700 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | #include "ext2.h" | ||||
4 | #include <vfs.h> | ||||
5 | |||||
6 | // VFS specific EXT2 functions | ||||
7 | |||||
8 | /// ext2 inode -> vfs node | ||||
9 | struct fs_node *ext2_inode2vfs(struct ext2_superblock *sb, uint inode, | ||||
10 | char *name, uint name_len); |