Searched refs:ofd_to_id (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | file_internal.h | 198 ofd_to_id(const struct fileglob *fg) in ofd_to_id() function
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_descrip.c | 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() 3240 error = VNOP_ADVLOCK(vp, ofd_to_id(fp->fp_glob), in sys_fcntl_nocancel() 3244 error = VNOP_ADVLOCK(vp, ofd_to_id(fp->fp_glob), in sys_fcntl_nocancel()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_vnops.c | 1884 (void) VNOP_ADVLOCK(vp, ofd_to_id(fg), in vn_closefile()
|