Searched refs:expect_setlk (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dlocks.cc67 void expect_setlk(uint64_t ino, pid_t pid, uint64_t start, uint64_t end, function in class:Fcntl
105 void expect_setlk(uint64_t ino, uint32_t type, int err) function in class:Flock
184 expect_setlk(ino, F_WRLCK, 0);
203 expect_setlk(ino, F_WRLCK, EAGAIN);
375 expect_setlk(ino, pid, 10, 1009, F_UNLCK, 0);
401 expect_setlk(ino, pid, 10, 1009, F_RDLCK, 0);
427 expect_setlk(ino, pid, 10, OFFSET_MAX, F_RDLCK, 0);
453 expect_setlk(ino, pid, 10, 1009, F_RDLCK, EAGAIN);

Completed in 56 milliseconds