Searched refs:LOCK_UN (Results 1 – 3 of 3) sorted by relevance
654 #define LOCK_UN 0x08 /* unlock file */ macro
448 if ((res = flock(tmpfd, LOCK_UN)) == -1) { in execute_action()
5672 if (how & LOCK_UN) { in sys_flock()