Home
last modified time | relevance | path

Searched refs:F_WRLCK (Results 1 – 4 of 4) 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.h128 #define F_WRLCK 1 macro
/bionic/tests/headers/posix/
Dfcntl_h.c50 MACRO(F_WRLCK); in fcntl_h()
/bionic/tests/
Dfcntl_test.cpp156 check_lock.l_type = F_WRLCK; in TEST()