Searched refs:VFS_SYNC (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | vfs.h | 159 #define VFS_SYNC(vfsp) (*(vfsp)->vfs_op->vfs_sync)(vfsp) macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vfs.h | 359 #define VFS_SYNC(vfsp, flag, cr) fsop_sync(vfsp, flag, cr) macro
|
/illumos-gate/usr/src/uts/common/cpr/ |
H A D | cpr_misc.c | 503 (void) VFS_SYNC(C_VP->v_vfsp, 0, CRED()); in cpr_alloc_statefile()
|
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/ |
H A D | fake_vfs.c | 1595 (void) VFS_SYNC(vfsp, 0, cr); in fake_dounmount()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 3047 (void) VFS_SYNC(vfsp, 0, cr); in dounmount() 3119 (void) VFS_SYNC(vfsp, SYNC_CLOSE, CRED()); in vfs_unmountall()
|