Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlockf.cpp50 fl.l_type = F_WRLCK; in lockf64()
55 fl.l_type = F_WRLCK; in lockf64()
/bionic/tests/
D_FILE_OFFSET_BITS_test.cpp40 check_lock.l_type = F_WRLCK; in TEST()
Dfcntl_test.cpp156 check_lock.l_type = F_WRLCK; in TEST()
170 check_lock.l_type = F_WRLCK; in TEST()
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h130 #define F_WRLCK 1 macro
/bionic/tests/headers/posix/
Dfcntl_h.c50 MACRO(F_WRLCK); in fcntl_h()