Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/sys/
H A Dfile_internal.h160 #define FG_HAS_OFDLOCK 0x400 /* Has or has had an OFD lock */ macro
/xnu-11215.81.4/bsd/vfs/
H A Dvfs_vnops.c1825 (fg->fg_lflags & FG_HAS_OFDLOCK) != 0)) { in vn_closefile()
1838 if ((fg->fg_lflags & FG_HAS_OFDLOCK) != 0) { in vn_closefile()
/xnu-11215.81.4/bsd/kern/
H A Dkern_descrip.c376 (fg->fg_lflags & FG_HAS_OFDLOCK)) { in fg_transfer_filelocks()
3114 if ((fg->fg_lflags & FG_HAS_OFDLOCK) == 0) { in sys_fcntl_nocancel()
3116 fg->fg_lflags |= FG_HAS_OFDLOCK; in sys_fcntl_nocancel()