Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dsplitfs.c46 static int splitfs_close(struct open_file *f);
55 .fo_close = splitfs_close,
179 splitfs_close(struct open_file *f) in splitfs_close() function