Home
last modified time | relevance | path

Searched full:lockf (Results 1 – 8 of 8) sorted by relevance

/linux/arch/parisc/include/uapi/asm/
H A Dfcntl.h32 /* for posix fcntl() and lockf() */
/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h47 /* for posix fcntl() and lockf() */
/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h47 /* for posix fcntl() and lockf() */
/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h
/linux/include/uapi/asm-generic/
H A Dfcntl.h162 /* for posix fcntl() and lockf() */
/linux/tools/power/x86/intel-speed-select/
H A Disst-daemon.c210 if (lockf(pid_file_handle, F_TLOCK, 0) == -1) {
/linux/tools/perf/
H A Dbuiltin-daemon.c1123 static int lockf(int fd, int cmd, off_t len) in lockf() function
1153 if (lockf(fd, F_TLOCK, 0) < 0) { in check_lock()
/linux/
H A DMAINTAINERS9856 FILE LOCKING (flock() and fcntl()/lockf())