Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dvfs.h353 extern int fsop_syncfs(vfs_t *, uint64_t, cred_t *);
364 #define VFS_SYNCFS(vfsp, flag, cr) fsop_syncfs(vfsp, flag, cr)
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c320 fsop_syncfs(vfs_t *vfsp, uint64_t flags, cred_t *cr) in fsop_syncfs() function