writecache_total_writes 790 source3/include/smbprofile.h unsigned writecache_total_writes; writecache_total_writes 306 source3/smbd/fileio.c DO_PROFILE_INC(writecache_total_writes); writecache_total_writes 325 source3/smbd/fileio.c if (profile_p && profile_p->writecache_total_writes % 500 == 0) { writecache_total_writes 330 source3/smbd/fileio.c profile_p->writecache_total_writes, writecache_total_writes 134 source3/utils/status_profile.c d_printf("total_writes: %u\n", profile_p->writecache_total_writes);