Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dlockf.cpp45 cmd = F_SETLK64; in lockf64()
46 return fcntl(fd, F_SETLK64, &fl); in lockf64()
56 return fcntl(fd, F_SETLK64, &fl); in lockf64()
/bionic/libc/include/
Dfcntl.h61 #define F_SETLK64 F_SETLK macro
76 #define F_SETLK F_SETLK64
/bionic/libc/kernel/uapi/asm-generic/
Dfcntl.h106 #define F_SETLK64 13 macro