Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dtty_tty.c116 error = VNOP_OPEN(ttyvp, flag, &context); in cttyopen()
H A Dchunklist.c207 if ((err = VNOP_OPEN(vp, FREAD, ctx)) != 0) { in validate_root_image()
H A Dimageboot.c620 if ((err = VNOP_OPEN(vp, FREAD, ctx)) != 0) { in imageboot_read_file_internal()
H A Dmach_loader.c3295 error = VNOP_OPEN(vp, FREAD, imgp->ip_vfs_context); in load_dylinker()
3948 if ((error = VNOP_OPEN(vp, FREAD, ctx)) != 0) { in get_macho_vnode()
H A Dkern_exec.c2441 error = VNOP_OPEN(imgp->ip_vp, FREAD, imgp->ip_vfs_context); in exec_mach_imgact()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c639 error = VNOP_OPEN(svp, 0, kernelctx); in vnode_flushnamedstream()
979 error = VNOP_OPEN(svp, 0, kernelctx); in default_getnamedstream()
2259 if ((error = VNOP_OPEN(xvp, fileflags & ~(O_EXLOCK | O_SHLOCK), context))) { in open_xattrfile()
H A Dvfs_vnops.c699 error = VNOP_OPEN(vp, fmode, ctx); in vn_open_auth()
707 error = VNOP_OPEN(vp, fmode | FREAD, ctx); in vn_open_auth()
H A Dvfs_subr.c2157 if ((error = VNOP_OPEN(nvp, FREAD, &context))) { in bdevvp()
9999 if ((error = VNOP_OPEN(vp, FREAD, ctx)) != 0) { in vnode_authorize_opaque()
11584 if ((error = VNOP_OPEN(vp, FREAD, ctx))) { in rmdir_remove_orphaned_appleDouble()
H A Dvfs_syscalls.c1590 if ((error = VNOP_OPEN(devvp, ronly ? FREAD : FREAD | FWRITE, ctx))) { in mount_common()
11031 if ((error = VNOP_OPEN(uvp, fp->fp_glob->fg_flag, &context)) == 0) { in getdirentries_common()
11369 if ((error = VNOP_OPEN(uvp, fp->fp_glob->fg_flag, ctx)) == 0) { in getdirentriesattr()
H A Dkpi_vfs.c3725 VNOP_OPEN(vnode_t vp, int mode, vfs_context_t ctx) in VNOP_OPEN() function
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c153 error = VNOP_OPEN(lvp, args->a_mode, args->a_context); in bindfs_open()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h350 extern errno_t VNOP_OPEN(vnode_t, int, vfs_context_t);
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c346 error = VNOP_OPEN(lvp, args->a_mode, ectx); in nullfs_open()
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_syscalls.c522 if ((error = VNOP_OPEN(vp, fmode, ctx))) { in fhopen()