Searched refs:vnode_create (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_util.c139 result = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &vp);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode.h492 errno_t vnode_create(int, size_t, void *, vnode_t *);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_cnode.c703 * recycled by us when we call vnode_create
766 if ((retval = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, cvpp))) {
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c1095 error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, vnptr);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c192 error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, vpp);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_node.c344 error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &np->n_vnode);
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vfsops.c1370 if ( (error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &vp)) )
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_subr.c666 error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, vpp);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_vfsops.c1387 if ((error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &vp)))
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c1241 if ( (error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &nvp)) ) {
3912 * vnode_create(int flavor, size_t size, void * param, vnode_t *vp)
3915 vnode_create(int flavor, size_t size, void *data, vnode_t *vpp) function
4560 panic("vnode_create: unknown vtype %d", vap->va_type);

Completed in 73 milliseconds