Home | Sort by: relevance | last modified time | path |
/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); |