Home
last modified time | relevance | path

Searched refs:l_type (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dlockf.cpp44 fl.l_type = F_UNLCK; in lockf64()
50 fl.l_type = F_WRLCK; in lockf64()
55 fl.l_type = F_WRLCK; in lockf64()
60 fl.l_type = F_RDLCK; in lockf64()
62 if (fl.l_type == F_UNLCK || fl.l_pid == getpid()) return 0; in lockf64()
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h181 short l_type; member
197 short l_type; member
/bionic/libc/kernel/uapi/asm-mips/asm/
Dfcntl.h54 short l_type; member
/bionic/tests/
Dfcntl_test.cpp155 check_lock.l_type = F_WRLCK; in TEST()