Home
last modified time | relevance | path

Searched refs:F_SETLK (Results 1 – 10 of 10) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dtst-o_path-locks.c42 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 Dfcntl.h47 #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 Dfcntl.h46 # 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 Dtst-flock2.c135 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 Dfcntl.h168 # define F_SETLK F_SETLK64 macro
172 # define F_SETLK 8 /* Set record locking info (non-blocking). */ macro
/sysdeps/posix/
A Dflock.c53 return __fcntl (fd, (operation & LOCK_NB) ? F_SETLK : F_SETLKW, &lbuf); in __flock()
/sysdeps/unix/sysv/linux/microblaze/bits/
A Dfcntl.h46 #define F_SETLK 6 /* Set record locking info (non-blocking). */ macro
/sysdeps/unix/sysv/linux/sparc/bits/
A Dfcntl.h58 # define F_SETLK 8 /* Set record locking info (non-blocking). */ macro
/sysdeps/unix/sysv/linux/bits/
A Dfcntl-linux.h106 # 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 Dfcntl.c134 case F_SETLK: in __libc_fcntl()
144 case F_SETLK: in __libc_fcntl()

Completed in 10 milliseconds