Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlockf.cpp50 fl.l_type = F_WRLCK; in lockf64()
55 fl.l_type = F_WRLCK; in lockf64()
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h155 #define F_WRLCK 1 macro
/bionic/tests/
Dfcntl_test.cpp155 check_lock.l_type = F_WRLCK; in TEST()