Searched refs:lockf (Results 1 – 6 of 6) sorted by relevance
/io/ |
A D | tst-lockf.c | 43 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 D | lockf.c | 28 lockf (int fd, int cmd, off_t len) in lockf() function
|
A D | lockf64.c | 61 weak_alias (lockf64, lockf)
|
A D | fcntl.h | 284 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 D | Makefile | 44 fcntl fcntl64 flock lockf lockf64 \ 72 tst-copy_file_range tst-getcwd-abspath tst-lockf \ 117 CFLAGS-lockf.c += -fexceptions -fasynchronous-unwind-tables
|
A D | Versions | 33 lchown; link; lockf; lseek;
|
Completed in 8 milliseconds