Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dsplitfs.c49 static int splitfs_stat(struct open_file *f, struct stat *sb);
58 .fo_stat = splitfs_stat,
301 splitfs_stat(struct open_file *f, struct stat *sb) in splitfs_stat() function