HomeSort by: relevance | last modified time | path
    Searched refs:layerfs_snapshot (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/miscfs/genfs/
layer_extern.h 92 int layerfs_snapshot(struct mount *, struct vnode *, struct timespec *);
layer_vfsops.c 313 * layerfs_snapshot - handle a snapshot through a layered file system
326 layerfs_snapshot(struct mount *mp, struct vnode *vp, function in typeref:typename:int
  /src/sys/miscfs/nullfs/
null_vfsops.c 236 .vfs_snapshot = layerfs_snapshot,
  /src/sys/miscfs/overlay/
overlay_vfsops.c 267 .vfs_snapshot = layerfs_snapshot,
  /src/sys/miscfs/umapfs/
umap_vfsops.c 325 .vfs_snapshot = layerfs_snapshot,

Completed in 35 milliseconds