helpers 35 source3/modules/vfs_preopen.c struct preopen_helper *helpers; helpers 79 source3/modules/vfs_preopen.c if (state->helpers[helper].busy) { helpers 96 source3/modules/vfs_preopen.c written = write_data(state->helpers[helper].fd, helpers 98 source3/modules/vfs_preopen.c state->helpers[helper].busy = true; helpers 101 source3/modules/vfs_preopen.c preopen_helper_destroy(&state->helpers[helper]); helpers 136 source3/modules/vfs_preopen.c if (c->helpers[i].fd == -1) { helpers 139 source3/modules/vfs_preopen.c preopen_helper_destroy(&c->helpers[i]); helpers 262 source3/modules/vfs_preopen.c result->helpers = TALLOC_ARRAY(result, struct preopen_helper, helpers 264 source3/modules/vfs_preopen.c if (result->helpers == NULL) { helpers 275 source3/modules/vfs_preopen.c result->helpers[i].state = result; helpers 276 source3/modules/vfs_preopen.c result->helpers[i].fd = -1; helpers 282 source3/modules/vfs_preopen.c preopen_init_helper(&result->helpers[i]);