init_pd            25 source3/smbd/fake_file.c 	void *(*init_pd)(TALLOC_CTX *mem_ctx);
init_pd            64 source3/smbd/fake_file.c 	if (fake_files[i].init_pd) {
init_pd            65 source3/smbd/fake_file.c 		fh->private_data = fake_files[i].init_pd(fh);