Searched refs:vnode_create (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.81.2/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-8792.81.2/bsd/sys/ |
| H A D | vnode.h | 895 errno_t vnode_create(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp);
|
| /xnu-8792.81.2/bsd/vfs/ |
| H A D | vfs_subr.c | 2092 if ((error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &nvp))) { in bdevvp() 6871 vnode_create(uint32_t flavor, uint32_t size, void *data, vnode_t *vpp) in vnode_create() function
|