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

/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dcopy_file_range.cc140 const uint64_t fh1 = 0xdeadbeef1a7ebabe; local
151 expect_open(ino1, 0, 1, fh1);
157 in.body.copy_file_range.fh_in == fh1 &&
186 const uint64_t fh1 = 0xdeadbeef1a7ebabe; local
203 expect_open(ino1, 0, 1, fh1);
209 in.body.copy_file_range.fh_in == fh1 &&
240 const uint64_t fh1 = 0xdeadbeef1a7ebabe; local
251 expect_open(ino1, 0, 1, fh1);
280 const uint64_t fh1 = 0xdeadbeef1a7ebabe; local
291 expect_open(ino1, 0, 1, fh1);
365 const uint64_t fh1 = 0xdeadbeef1a7ebabe; local
[all...]
H A Dopen.cc166 const static uint64_t fh0 = 100, fh1 = 200; local
195 out.body.open.fh = fh1;
201 expect_release(ino, fh1);

Completed in 108 milliseconds