Lines Matching full:sync
61 zfs.sync submodule.
236 .Dl Sy zfs.sync.destroy Ns Pq \&"rpool@snap"
241 .Dl Sy zfs.sync.destroy Ns Pq {1="rpool@snap", defer=true}
245 .Dl Sy zfs.sync.snapshot Ns {"rpool@snap", defer=true}
261 .Dl errno = Sy zfs.sync.promote Ns Pq dataset
265 .No errno, details = Sy zfs.sync.promote Ns Pq dataset
343 .It Sy zfs.sync submodule
344 The sync submodule contains functions that modify the on-disk state.
347 The available sync submodule functions are as follows:
349 .It Sy zfs.sync.destroy Ns Pq Ar dataset , Op Ar defer Ns = Ns Sy true Ns | Ns Sy false
363 .It Fn zfs.sync.inherit dataset property
381 .It Fn zfs.sync.promote dataset
391 .It Fn zfs.sync.rollback filesystem
402 .It Fn zfs.sync.set_prop dataset property value
415 .It Fn zfs.sync.snapshot dataset
427 .It Fn zfs.sync.rename_snapshot dataset oldsnapname newsnapname
440 .It Fn zfs.sync.bookmark source newbookmark
456 .Sy zfs.sync
461 .Sy zfs.sync
464 That is, each has the same behavior as the corresponding sync function except
469 .Fn zfs.sync.destroy \&"fs"
582 zfs.sync.destroy(snap)
584 zfs.sync.destroy(root)
602 err = zfs.sync.destroy(snap)
609 err = zfs.sync.destroy(root)
637 zfs.sync.destroy(ds .. "@" .. snap)
642 return zfs.sync.promote(ds)