Searched refs:vnode_create (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/bsd/miscfs/mockfs/ |
| H A D | mockfs_fsnode.c | 336 rvalue = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vnfs_param, &fsnp->vp); in mockfs_fsnode_vnode()
|
| /xnu-11215/bsd/sys/ |
| H A D | vnode.h | 911 errno_t vnode_create(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp);
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_subr.c | 2128 if ((error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &nvp))) { in bdevvp() 7315 vnode_create(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp) in vnode_create() function
|