Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c132 static int nfs_sync(vfs_t *, short, cred_t *);
162 VFSNAME_SYNC, { .vfs_sync = nfs_sync }, in nfsinit()
1597 nfs_sync(vfs_t *vfsp, short flag, cred_t *cr) in nfs_sync() function