Lines Matching refs:F_UNLCK
203 err = fcntl(fd, F_SETLEASE, F_UNLCK);
399 err = fcntl(dir_fd, F_SETLEASE, F_UNLCK);
476 lreq.l_type = F_UNLCK;
680 err = fcntl(fd, F_SETLEASE, F_UNLCK);
685 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease: %s", g_testfile);
774 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease: %s", g_testfile);
777 err = fcntl(fd, F_SETLEASE, F_UNLCK);
804 err = fcntl(fd, F_SETLEASE, F_UNLCK);
836 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease: %s", g_testfile);
867 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease: %s", g_testfile);
897 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease: %s", g_testfile);
912 err = fcntl(fd, F_SETLEASE, F_UNLCK);
917 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease with fork fd: %d", fd);
928 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease with parent fd: %d", fd);
1085 err = fcntl(dir_fd, F_SETLEASE, F_UNLCK);
1090 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease: %s", g_testdir);