Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dfile_internal.h198 ofd_to_id(const struct fileglob *fg) in ofd_to_id() function
/xnu-11215.81.4/bsd/kern/
H A Dkern_descrip.c386 (void)VNOP_ADVLOCK(vp, ofd_to_id(fg), F_TRANSFER, &lf, F_OFD_LOCK, &context, NULL); in fg_transfer_filelocks()
3086 error = VNOP_ADVLOCK(vp, ofd_to_id(fp->fp_glob), in sys_fcntl_nocancel()
3094 error = VNOP_ADVLOCK(vp, ofd_to_id(fp->fp_glob), in sys_fcntl_nocancel()
3098 error = VNOP_ADVLOCK(vp, ofd_to_id(fp->fp_glob), in sys_fcntl_nocancel()
3220 error = VNOP_ADVLOCK(vp, ofd_to_id(fp->fp_glob), in sys_fcntl_nocancel()
3224 error = VNOP_ADVLOCK(vp, ofd_to_id(fp->fp_glob), in sys_fcntl_nocancel()
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_vnops.c1839 (void) VNOP_ADVLOCK(vp, ofd_to_id(fg), in vn_closefile()