Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.h69 extern int fs_sync(struct vfs *, short, cred_t *);
H A Dfs_subr.c151 fs_sync(struct vfs *vfspp, short flag, cred_t *cr) in fs_sync() function
H A Dvfs.c341 (fs_generic_func_p) fs_sync, in fs_copyfsops()
342 (fs_generic_func_p) fs_sync, /* No errors allowed */ in fs_copyfsops()
521 return (vfs_getops(vfsp)->vfs_sync != fs_sync); in vfs_can_sync()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_fssub.c132 fs_sync(struct vfs *vfspp, short flag, cred_t *cr) in fs_sync() function
H A Dfake_vfs.c277 (fs_generic_func_p) fs_sync, in fs_copyfsops()
278 (fs_generic_func_p) fs_sync, /* No errors allowed */ in fs_copyfsops()
438 return (vfs_getops(vfsp)->vfs_sync != fs_sync); in vfs_can_sync()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c135 VFSNAME_SYNC, { .vfs_sync = fs_sync }, in devfsinit()