Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dext2fs.c94 static int ext2fs_open(const char *path, struct open_file *f);
109 .fo_open = ext2fs_open,
330 ext2fs_open(const char *upath, struct open_file *f) in ext2fs_open() function