Home
last modified time | relevance | path

Searched refs:VNOP_MKNOD (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h293 extern errno_t VNOP_MKNOD(vnode_t, vnode_t *, struct componentname *, struct vnode_attr *, vfs_cont…
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c2200 error = VNOP_MKNOD(dvp, &vp, &ni.ni_cnd, vap, ctx); in nfsrv_create()
2495 if ((error = VNOP_MKNOD(dvp, &vp, &ni.ni_cnd, vap, ctx))) { in nfsrv_mknod()
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c3689 VNOP_MKNOD(vnode_t dvp, vnode_t * vpp, struct componentname * cnp, struct vnode_attr * vap, vfs_con… in VNOP_MKNOD() function
H A Dvfs_subr.c8055 error = VNOP_MKNOD(dvp, vpp, cnp, vap, ctx); in vn_create()