Home
last modified time | relevance | path

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

/netbsd/sys/coda/
H A Dcoda_vfsops.h55 int coda_sync(struct mount *, int, kauth_cred_t);
H A Dcoda_vfsops.c107 .vfs_sync = coda_sync,
472 coda_sync(struct mount *vfsp, int waitfor, in coda_sync() function