Home
last modified time | relevance | path

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

/xnu-12377.41.6/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()
742 *fmodep = fmode; in vn_open_auth()
770 if (((error == ENOENT) && (*fmodep & O_CREAT)) || (error == EREDRIVEOPEN) || ref_failed) { in vn_open_auth()
789 __func__, error, need_vnop_open, *fmodep, ref_failed); in vn_open_auth()