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

  /src/sys/modules/unionfs/
Makefile 5 .PATH: ${S}/fs/unionfs
7 KMOD= unionfs
  /src/sys/fs/unionfs/
unionfs_vfsops.c 36 * $FreeBSD: src/sys/fs/unionfs/union_vfsops.c,v 1.89 2008/01/13 14:44:06 attilio Exp $
51 #include <fs/unionfs/unionfs.h>
53 MODULE(MODULE_CLASS_VFS, unionfs, "layerfs");
55 MALLOC_DEFINE(M_UNIONFSMNT, "UNIONFS mount", "UNIONFS mount structure");
59 VFS_PROTOS(unionfs);
64 * Mount unionfs layer.
248 * Get the unionfs root vnode.
307 * Free reference to unionfs laye
    [all...]
unionfs_subr.c 36 * $FreeBSD: src/sys/fs/unionfs/union_subr.c,v 1.99 2008/01/24 12:34:27 attilio Exp $
56 #include <fs/unionfs/unionfs.h>
58 MALLOC_DEFINE(M_UNIONFSPATH, "UNIONFS path", "UNIONFS path private part");
61 * Make a new or get existing unionfs node.
63 * uppervp and lowervp should be unlocked. Because if new unionfs vnode is
136 * Clean up the unionfs node.
177 * Get the unionfs node status.
201 /* create a new unionfs node status *
    [all...]
unionfs_vnops.c 37 * $FreeBSD: src/sys/fs/unionfs/union_vnops.c,v 1.152 2008/01/13 14:44:06 attilio Exp $
58 #include <fs/unionfs/unionfs.h>
174 * will need to return the unionfs vnode.
281 /* get unionfs vnode in order to create a new shadow dir. */
295 * get unionfs vnode.
306 UNIONFSDEBUG("unionfs_lookup: Unable to create unionfs vnode.");
1065 * from/to vnode is unionfs node.
1403 /* check the open count. unionfs needs to open before readdir. */
1572 printf("unionfs opencnt: uppervp=%d, lowervp=%d\n"
    [all...]
  /src/sys/modules/
Makefile 212 SUBDIR+= unionfs

Completed in 106 milliseconds