Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dcopy_file_range.cc156 const uint64_t fh1 = 0xdeadbeef1a7ebabe; in TEST_F() local
167 expect_open(ino1, 0, 1, fh1); in TEST_F()
173 in.body.copy_file_range.fh_in == fh1 && in TEST_F()
203 const uint64_t fh1 = 0xdeadbeef1a7ebabe; in TEST_F() local
217 expect_open(ino1, 0, 1, fh1); in TEST_F()
225 in.body.copy_file_range.fh_in == fh1 && in TEST_F()
280 const uint64_t fh1 = 0xdeadbeef1a7ebabe; in TEST_F() local
297 expect_open(ino1, 0, 1, fh1); in TEST_F()
303 in.body.copy_file_range.fh_in == fh1 && in TEST_F()
404 const uint64_t fh1 = 0xdeadbeef1a7ebabe; in TEST_F() local
[all …]
H A Dopen.cc163 const static uint64_t fh0 = 100, fh1 = 200; in TEST_F() local
192 out.body.open.fh = fh1; in TEST_F()
198 expect_release(ino, fh1); in TEST_F()