Searched refs:F_SETLK (Results 1 – 10 of 10) sorted by relevance
/sysdeps/unix/sysv/linux/ |
A D | tst-o_path-locks.c | 42 int ret = fcntl64 (fd, F_SETLK, &lock); in subprocess() 79 TEST_COMPARE (fcntl64 (fd, F_SETLK, &lock), 0); in do_test() 90 TEST_COMPARE (fcntl64 (fd, F_SETLK, &lock), 0); in do_test()
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | fcntl.h | 47 #define F_SETLK 8 /* Set record locking info (non-blocking). */ macro 50 #define F_SETLK64 F_SETLK /* Set record locking info (non-blocking). */
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | fcntl.h | 46 # define F_SETLK 6 /* Set record locking info (non-blocking). */ macro 50 # define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/ macro
|
/sysdeps/pthread/ |
A D | tst-flock2.c | 135 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLK, &fl)) == 0) in do_test() 191 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLK, &fl)) == 0) in do_test() 224 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLK, &fl)) == 0) in do_test()
|
/sysdeps/mach/hurd/bits/ |
A D | fcntl.h | 168 # define F_SETLK F_SETLK64 macro 172 # define F_SETLK 8 /* Set record locking info (non-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 | 46 #define F_SETLK 6 /* Set record locking info (non-blocking). */ macro
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | fcntl.h | 58 # define F_SETLK 8 /* Set record locking info (non-blocking). */ macro
|
/sysdeps/unix/sysv/linux/bits/ |
A D | fcntl-linux.h | 106 # define F_SETLK 6 /* Set record locking info (non-blocking). */ macro 110 # define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/ macro
|
/sysdeps/mach/hurd/ |
A D | fcntl.c | 134 case F_SETLK: in __libc_fcntl() 144 case F_SETLK: in __libc_fcntl()
|
Completed in 10 milliseconds