Lines Matching refs:F_UNLCK
202 err = fcntl(fd, F_SETLEASE, F_UNLCK);
398 err = fcntl(dir_fd, F_SETLEASE, F_UNLCK);
475 lreq.l_type = F_UNLCK;
679 err = fcntl(fd, F_SETLEASE, F_UNLCK);
684 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease: %s", g_testfile);
773 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease: %s", g_testfile);
776 err = fcntl(fd, F_SETLEASE, F_UNLCK);
803 err = fcntl(fd, F_SETLEASE, F_UNLCK);
835 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease: %s", g_testfile);
866 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease: %s", g_testfile);
896 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease: %s", g_testfile);
911 err = fcntl(fd, F_SETLEASE, F_UNLCK);
916 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease with fork fd: %d", fd);
927 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease with parent fd: %d", fd);
1084 err = fcntl(dir_fd, F_SETLEASE, F_UNLCK);
1089 T_ASSERT_EQ(err, F_UNLCK, "Retrieve lease: %s", g_testdir);