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

  /src/sys/modules/unionfs/
Makefile 8 SRCS= unionfs_vfsops.c unionfs_vnops.c unionfs_subr.c
  /src/sys/fs/unionfs/
unionfs_vfsops.c 57 struct vfsops unionfs_vfsops; variable in typeref:struct:vfsops
511 struct vfsops unionfs_vfsops = { variable in typeref:struct:vfsops
542 error = vfs_attach(&unionfs_vfsops);
558 error = vfs_detach(&unionfs_vfsops);

Completed in 12 milliseconds