Searched refs:F_SETLKW (Results 1 – 11 of 11) sorted by relevance
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | fcntl.h | 48 #define F_SETLKW 9 /* Set record locking info (blocking). */ macro 51 #define F_SETLKW64 F_SETLKW /* Set record locking info (blocking). */
|
/sysdeps/pthread/ |
A D | tst-flock2.c | 43 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in tf() 116 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in do_test() 147 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in do_test() 248 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in do_test()
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | fcntl.h | 47 # define F_SETLKW 7 /* Set record locking info (blocking). */ macro 51 # define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */ macro
|
/sysdeps/mach/hurd/bits/ |
A D | fcntl.h | 169 # define F_SETLKW F_SETLKW64 macro 173 # define F_SETLKW 9 /* Set record locking info (blocking). */ macro
|
/sysdeps/posix/ |
A D | flock.c | 53 return __fcntl (fd, (operation & LOCK_NB) ? F_SETLK : F_SETLKW, &lbuf); in __flock()
|
/sysdeps/unix/sysv/linux/microblaze/bits/ |
A D | fcntl.h | 47 #define F_SETLKW 7 /* Set record locking info (blocking). */ macro
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | fcntl.h | 59 # define F_SETLKW 9 /* Set record locking info (blocking). */ macro
|
/sysdeps/unix/sysv/linux/ |
A D | fcntl64.c | 48 if (cmd == F_SETLKW || cmd == F_SETLKW64 || cmd == F_OFD_SETLKW) in __libc_fcntl64()
|
A D | fcntl.c | 44 case F_SETLKW: in __libc_fcntl()
|
/sysdeps/unix/sysv/linux/bits/ |
A D | fcntl-linux.h | 107 # define F_SETLKW 7 /* Set record locking info (blocking). */ macro 111 # define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */ macro
|
/sysdeps/mach/hurd/ |
A D | fcntl.c | 135 case F_SETLKW: in __libc_fcntl() 147 case F_SETLKW: in __libc_fcntl()
|
Completed in 20 milliseconds