Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_vnops.c167 vn_open_modflags(struct nameidata *ndp, int *fmodep, int cmode) in vn_open_modflags() argument
177 error = vn_open_auth(ndp, fmodep, vap, NULLVP); in vn_open_modflags()
375 vn_open_auth(struct nameidata *ndp, int *fmodep, struct vnode_attr *vap, vnode_t authvp) in vn_open_auth() argument
397 fmode = *fmodep; in vn_open_auth()
704 *fmodep = fmode; in vn_open_auth()
732 if (((error == ENOENT) && (*fmodep & O_CREAT)) || (error == EREDRIVEOPEN) || ref_failed) { in vn_open_auth()