HomeSort by: relevance | last modified time | path
    Searched defs:zfs_sync (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_vfsops.c 100 static int zfs_sync(vfs_t *vfsp, int waitfor);
113 .vfs_sync = zfs_sync,
142 static int zfs_sync(vfs_t *vfsp, int waitfor);
195 return zfs_sync(vfsp, waitfor);
374 zfs_sync(vfs_t *vfsp, int waitfor) function
1845 (void) zfs_sync(vfsp, 0, 0);
zfs_vfsops.c 100 static int zfs_sync(vfs_t *vfsp, int waitfor);
113 .vfs_sync = zfs_sync,
142 static int zfs_sync(vfs_t *vfsp, int waitfor);
195 return zfs_sync(vfsp, waitfor);
374 zfs_sync(vfs_t *vfsp, int waitfor) function
1845 (void) zfs_sync(vfsp, 0, 0);
zfs_vfsops.c 100 static int zfs_sync(vfs_t *vfsp, int waitfor);
113 .vfs_sync = zfs_sync,
142 static int zfs_sync(vfs_t *vfsp, int waitfor);
195 return zfs_sync(vfsp, waitfor);
374 zfs_sync(vfs_t *vfsp, int waitfor) function
1845 (void) zfs_sync(vfsp, 0, 0);

Completed in 168 milliseconds