Searched refs:F_WRLCK (Results 1 – 4 of 4) sorted by relevance
34 #define F_WRLCK 02 macro
49 #define F_WRLCK 2 macro
579 int type = excl ? F_WRLCK : F_RDLCK; in os_lock_file()