Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h359 extern int fsop_sync(vfs_t *, short, cred_t *);
370 #define VFS_SYNC(vfsp, flag, cr) fsop_sync(vfsp, flag, cr)
/titanic_44/usr/src/uts/common/fs/
H A Dvfs.c264 fsop_sync(vfs_t *vfsp, short flag, cred_t *cr) in fsop_sync() function