Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Devent.h250 #define NOTE_FUNLOCK 0x00000100 /* vnode was unlocked by flock(2) */ macro
/xnu-12377.61.12/tests/
H A Dkqueue_file_tests.c1761 init_test(&test, "11.1.1: unlock file", FILE1, 1, 1, NOTE_FUNLOCK, YES_EVENT); in run_note_funlock_tests()
/xnu-12377.61.12/bsd/vfs/
H A Dkpi_vfs.c5784 post_event_if_success(vp, _err, NOTE_FUNLOCK); in VNOP_ADVLOCK()