fake_fs           529 source3/modules/onefs_streams.c 	files_struct fake_fs;
fake_fs           534 source3/modules/onefs_streams.c 	ZERO_STRUCT(fake_fs);
fake_fs           569 source3/modules/onefs_streams.c 	fake_fs.conn = conn;
fake_fs           570 source3/modules/onefs_streams.c 	fake_fs.fh = &fake_fh;
fake_fs           571 source3/modules/onefs_streams.c 	fake_fs.fsp_name = SMB_STRDUP(fname);
fake_fs           603 source3/modules/onefs_streams.c 		ret = SMB_VFS_FSTAT(&fake_fs, &stream_sbuf);
fake_fs           638 source3/modules/onefs_streams.c 	SAFE_FREE(fake_fs.fsp_name);