Searched refs:make_coda_node (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/coda/ |
H A D | coda_vfsops.c | 261 cp = make_coda_node(&rootfid, vfsp, VDIR); in coda_mount() 265 cp = make_coda_node(&ctlfid, vfsp, VCHR); in coda_mount() 551 cp = make_coda_node(&VFid, vfsp, vtype); in coda_fhtovp()
|
H A D | cnode.h | 197 extern struct cnode *make_coda_node(CodaFid *, struct mount *, short);
|
H A D | coda_vnops.c | 954 cp = make_coda_node(&VFid, dvp->v_mount, vtype); in coda_lookup() 1036 cp = make_coda_node(&VFid, dvp->v_mount, attr.va_type); in coda_create() 1355 cp = make_coda_node(&VFid, dvp->v_mount, va->va_type); in coda_mkdir() 1931 make_coda_node(CodaFid *fid, struct mount *fvsp, short type) in make_coda_node() function
|