Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/vfs/
H A Dvfs_vnops.c171 vn_open_modflags(struct nameidata *ndp, int *fmodep, int cmode) in vn_open_modflags() argument
181 error = vn_open_auth(ndp, fmodep, vap, NULLVP); in vn_open_modflags()
379 vn_open_auth(struct nameidata *ndp, int *fmodep, struct vnode_attr *vap, vnode_t authvp) in vn_open_auth() argument
401 fmode = *fmodep; in vn_open_auth()
704 *fmodep = fmode; in vn_open_auth()
731 if (((error == ENOENT) && (*fmodep & O_CREAT)) || (error == EREDRIVEOPEN) || ref_failed) { in vn_open_auth()