Home
last modified time | relevance | path

Searched refs:vnode_create (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.101.4/bsd/miscfs/nullfs/
H A Dnull_subr.c286 error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vnfs_param, vpp); in null_getnewvnode()
/xnu-8020.101.4/bsd/miscfs/bindfs/
H A Dbind_subr.c280 error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vnfs_param, vpp); in bind_getnewvnode()
/xnu-8020.101.4/bsd/miscfs/mockfs/
H A Dmockfs_fsnode.c336 rvalue = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vnfs_param, &fsnp->vp); in mockfs_fsnode_vnode()
/xnu-8020.101.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c257 error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, vpp); in fdesc_allocvp()
H A Ddevfs_tree.c1286 error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &vn_p); in devfs_dntovn()
/xnu-8020.101.4/bsd/nfs/
H A Dnfs_node.c543 error = vnode_create(VNCREATE_TRIGGER, VNCREATE_TRIGGER_SIZE, &vtp, &np->n_vnode); in nfs_nget()
547 error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &np->n_vnode); in nfs_nget()
/xnu-8020.101.4/bsd/sys/
H A Dvnode.h895 errno_t vnode_create(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp);
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_subr.c2036 if ((error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &nvp))) { in bdevvp()
6365 vnode_create(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp) in vnode_create() function