shash             313 source3/modules/vfs_shadow_copy2.c 		uint32_t shash = string_hash(fname) & 0xFF000000;
shash             314 source3/modules/vfs_shadow_copy2.c 		if (shash == 0) {
shash             315 source3/modules/vfs_shadow_copy2.c 			shash = 1;
shash             317 source3/modules/vfs_shadow_copy2.c 		sbuf->st_ino ^= shash;