Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dsetlease.c68 assert_lease(int fd, int expect) { in assert_lease() function
106 assert_lease(fd, F_UNLCK); in main()
111 assert_lease(fd, F_RDLCK); in main()
116 assert_lease(fd, F_WRLCK); in main()
121 assert_lease(fd, F_UNLCK); in main()