Searched refs:VNOP_ADVLOCK (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_descrip.c | 279 (void)VNOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &lf, F_POSIX, &context, NULL); in fg_drop() 365 (void)VNOP_ADVLOCK(vp, (caddr_t)old_proc, F_TRANSFER, &lf, F_POSIX, &context, NULL); in fg_transfer_filelocks() 382 (void)VNOP_ADVLOCK(vp, ofd_to_id(fg), F_TRANSFER, &lf, F_OFD_LOCK, &context, NULL); in fg_transfer_filelocks() 3106 error = VNOP_ADVLOCK(vp, ofd_to_id(fp->fp_glob), in sys_fcntl_nocancel() 3114 error = VNOP_ADVLOCK(vp, ofd_to_id(fp->fp_glob), in sys_fcntl_nocancel() 3118 error = VNOP_ADVLOCK(vp, ofd_to_id(fp->fp_glob), in sys_fcntl_nocancel() 3151 error = VNOP_ADVLOCK(vp, (caddr_t)p, in sys_fcntl_nocancel() 3161 error = VNOP_ADVLOCK(vp, (caddr_t)p, in sys_fcntl_nocancel() 3165 error = VNOP_ADVLOCK(vp, (caddr_t)p, in sys_fcntl_nocancel() 3240 error = VNOP_ADVLOCK(vp, ofd_to_id(fp->fp_glob), in sys_fcntl_nocancel() [all …]
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_if.h | 1221 extern errno_t VNOP_ADVLOCK(vnode_t, caddr_t, int, struct flock *, int, vfs_context_t, struct times…
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_vnops.c | 1879 (void) VNOP_ADVLOCK(vp, (caddr_t)fg, in vn_closefile() 1884 (void) VNOP_ADVLOCK(vp, ofd_to_id(fg), in vn_closefile()
|
| H A D | vfs_xattr.c | 2292 error = VNOP_ADVLOCK(xvp, (caddr_t)fg, F_SETLK, &lf, F_FLOCK | F_WAIT, context, NULL); in open_xattrfile() 2386 (void)VNOP_ADVLOCK(xvp, (caddr_t)xfg, F_UNLCK, &lf, F_FLOCK, in close_xattrfile()
|
| H A D | kpi_vfs.c | 5750 VNOP_ADVLOCK(struct vnode *vp, caddr_t id, int op, struct flock *fl, int flags, vfs_context_t ctx, … in VNOP_ADVLOCK() function
|
| H A D | vfs_syscalls.c | 5012 if ((error = VNOP_ADVLOCK(vp, (caddr_t)fp->fp_glob, F_SETLK, &lf, type, ctx, NULL))) { in open1() 5182 (void)VNOP_ADVLOCK( in open1()
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_syscalls.c | 558 if ((error = VNOP_ADVLOCK(vp, (caddr_t)fp->fp_glob, F_SETLK, &lf, type, ctx, NULL))) { in fhopen()
|