Searched refs:vnode_open (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_symfile.c129 if ((error = vnode_open(name, (O_CREAT | FWRITE), (0), 0, &ref->vp, ref->ctx)))
H A Dkern_core.c252 if ((error = vnode_open(name, (O_CREAT | FWRITE | O_NOFOLLOW), S_IRUSR, VNODE_LOOKUP_NOFOLLOW, &vp, ctx)))
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_quota.c494 error = vnode_open(fnamep, FREAD|FWRITE, 0, 0, &vp, NULL);
H A Dhfs_vfsops.c5166 retval = vnode_open(devnode, FREAD|FWRITE, 0, 0, &devvp, NULL);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode.h639 * Flags for the vnode_lookup and vnode_open
646 errno_t vnode_open(const char *, int, int, int, vnode_t *, vfs_context_t);
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_quota.c470 error = vnode_open(fnamep, FREAD|FWRITE, 0, 0, &vp, NULL);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c4368 vnode_open(const char *path, int fmode, int cmode, int flags, vnode_t *vpp, vfs_context_t ctx) function

Completed in 66 milliseconds