Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dnotify.cc108 static void* inval_entry(void* arg) { in inval_entry() function
168 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_F()
176 TEST_F(Notify, inval_entry) in TEST_F() argument
200 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_F()
250 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_F()
295 ASSERT_EQ(0, pthread_create(&th0, NULL, inval_entry, &iea)) in TEST_F()
H A Dmockfs.cc398 out.body.inval_entry.parent, name); in debug_response()
831 out->body.inval_entry.parent = parent; in notify_inval_entry()
832 out->body.inval_entry.namelen = namelen; in notify_inval_entry()
833 strlcpy((char*)&out->body.bytes + sizeof(out->body.inval_entry), in notify_inval_entry()
834 name, sizeof(out->body.bytes) - sizeof(out->body.inval_entry)); in notify_inval_entry()
835 out->header.len = sizeof(out->header) + sizeof(out->body.inval_entry) + in notify_inval_entry()
H A Dmockfs.hh218 fuse_notify_inval_entry_out inval_entry; member