Home
last modified time | relevance | path

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

/freebsd-src/stand/libsa/
H A Dsplitfs.c45 static int splitfs_open(const char *path, struct open_file *f);
53 .fo_open = splitfs_open,
101 splitfs_open(const char *fname, struct open_file *f) in splitfs_open() function