Searched refs:LOCK_EX (Results 1 – 3 of 3) sorted by relevance
652 #define LOCK_EX 0x02 /* exclusive file lock */ macro
443 if ((res = flock(tmpfd, LOCK_EX)) == -1) { in execute_action()
5693 if (how & LOCK_EX) { in sys_flock()