Home
last modified time | relevance | path

Searched refs:lockf (Results 1 – 6 of 6) sorted by relevance

/io/
A Dtst-lockf.c43 TEST_COMPARE (lockf (temp_fd, F_TLOCK, 1024), -1); in do_test_child_lockf()
45 TEST_COMPARE (lockf (temp_fd, F_TEST, 1024), -1); in do_test_child_lockf()
49 TEST_COMPARE (lockf (temp_fd, F_TEST, 1024), -1); in do_test_child_lockf()
53 TEST_COMPARE (lockf (temp_fd, F_LOCK, 1024), 0); in do_test_child_lockf()
100 TEST_COMPARE (lockf (temp_fd, F_LOCK, 1024), 0); in do_test()
101 TEST_COMPARE (lockf (temp_fd, F_LOCK, INT32_MAX), 0); in do_test()
102 TEST_COMPARE (lockf (temp_fd, F_TLOCK, 1024), 0); in do_test()
103 TEST_COMPARE (lockf (temp_fd, F_TEST, 1024), 0); in do_test()
105 TEST_COMPARE (lockf (temp_fd, F_ULOCK, 1024), 0); in do_test()
A Dlockf.c28 lockf (int fd, int cmd, off_t len) in lockf() function
A Dlockf64.c61 weak_alias (lockf64, lockf)
A Dfcntl.h284 extern int lockf (int __fd, int __cmd, off_t __len);
287 extern int __REDIRECT (lockf, (int __fd, int __cmd, __off64_t __len), lockf64);
289 # define lockf lockf64 macro
A DMakefile44 fcntl fcntl64 flock lockf lockf64 \
72 tst-copy_file_range tst-getcwd-abspath tst-lockf \
117 CFLAGS-lockf.c += -fexceptions -fasynchronous-unwind-tables
A DVersions33 lchown; link; lockf; lseek;

Completed in 5 milliseconds