Home
last modified time | relevance | path

Searched refs:l_type (Results 1 – 5 of 5) 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.h149 short l_type; member
162 short l_type; member
/bionic/libc/kernel/uapi/asm-mips/asm/
Dfcntl.h47 short l_type; member
/bionic/tests/headers/posix/
Dfcntl_h.c104 STRUCT_MEMBER(struct flock, short, l_type); in fcntl_h()
/bionic/tests/
Dfcntl_test.cpp156 check_lock.l_type = F_WRLCK; in TEST()