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

  /src/sys/coda/
cnode.h 197 extern struct cnode *make_coda_node(CodaFid *, struct mount *, short);
coda_vfsops.c 261 cp = make_coda_node(&rootfid, vfsp, VDIR);
265 cp = make_coda_node(&ctlfid, vfsp, VCHR);
551 cp = make_coda_node(&VFid, vfsp, vtype);
coda_vnops.c 954 cp = make_coda_node(&VFid, dvp->v_mount, vtype);
1036 cp = make_coda_node(&VFid, dvp->v_mount, attr.va_type);
1355 cp = make_coda_node(&VFid, dvp->v_mount, va->va_type);
1931 make_coda_node(CodaFid *fid, struct mount *fvsp, short type) function in typeref:struct:cnode *

Completed in 13 milliseconds