Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dnfs.c127 static int nfs_stat(struct open_file *f, struct stat *sb);
139 .fo_stat = nfs_stat,
745 nfs_stat(struct open_file *f, struct stat *sb) in nfs_stat() function