Home
last modified time | relevance | path

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

/xnu-8020.121.3/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c40 case F_GETLK: in fcntl()
/xnu-8020.121.3/bsd/security/audit/
H A Daudit_bsm_fcntl.c73 { BSM_F_GETLK, F_GETLK },
/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h264 #define F_GETLK 7 /* get record locking information */ macro
/xnu-8020.121.3/bsd/kern/
H A Dkern_lockf.c350 case F_GETLK: in lf_advlock()
H A Dkern_descrip.c3131 case F_GETLK: in sys_fcntl_nocancel()
3195 F_GETLK, &fl, F_OFD_LOCK, &context, NULL); in sys_fcntl_nocancel()
/xnu-8020.121.3/bsd/nfs/
H A Dnfs4_vnops.c4891 if (op == F_GETLK) { in nfs_vnop_advlock()