stream_sbuf       220 source3/modules/onefs_streams.c static void merge_stat(SMB_STRUCT_STAT *stream_sbuf,
stream_sbuf       225 source3/modules/onefs_streams.c 	stream_sbuf->st_mtime = base_sbuf->st_mtime;
stream_sbuf       226 source3/modules/onefs_streams.c 	stream_sbuf->st_ctime = base_sbuf->st_ctime;
stream_sbuf       227 source3/modules/onefs_streams.c 	stream_sbuf->st_atime = base_sbuf->st_atime;
stream_sbuf       228 source3/modules/onefs_streams.c 	stream_sbuf->st_flags &= ~dos_flags;
stream_sbuf       229 source3/modules/onefs_streams.c 	stream_sbuf->st_flags |= base_sbuf->st_flags & dos_flags;
stream_sbuf       531 source3/modules/onefs_streams.c 	SMB_STRUCT_STAT stream_sbuf;
stream_sbuf       603 source3/modules/onefs_streams.c 		ret = SMB_VFS_FSTAT(&fake_fs, &stream_sbuf);
stream_sbuf       613 source3/modules/onefs_streams.c 		merge_stat(&stream_sbuf, base_sbuf);
stream_sbuf       617 source3/modules/onefs_streams.c 				    dp->d_name, stream_sbuf.st_size,
stream_sbuf       619 source3/modules/onefs_streams.c 							   &stream_sbuf))) {